From ff9beb80f56a9fef773c010dd4d613643fb5c34e Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:28:38 -0500 Subject: [PATCH] Update changelog.md --- changelog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 9bc8b593..79b363b8 100644 --- a/changelog.md +++ b/changelog.md @@ -2,12 +2,13 @@ ## Release 2.5 (unreleased) Brief summary of what's in this release: +- updated to use 'enrollmentCategory' instead of 'tissueType' in variables +- updated code to call new graphql endpoints (because of renames) +- added new section to the Atlas home page +- updated kpmp-common-components to get new menu items ### 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. +This won't work with previous versions of pegasus-data because the names and structure of underlying graphql queries have been updated -----