From 0345f211c8b15336279f114767d81d0ae9b052dc Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:03:57 -0400 Subject: [PATCH] Create changelog.md --- changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..063dec03 --- /dev/null +++ b/changelog.md @@ -0,0 +1,14 @@ +# Changelog + +## Release 4.1 [unreleased] +Brief summary of what's in this release: + + +### Breaking changes + +Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work. + + +### Non-breaking changes + +Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc.