From c749f02e11ca9d7cb0529a4e8af6a74c1aa24100 Mon Sep 17 00:00:00 2001 From: csmig <33138761+csmig@users.noreply.github.com> Date: Mon, 7 Feb 2022 14:10:34 -0500 Subject: [PATCH] update release notes --- release-notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release-notes.rst b/release-notes.rst index 1410877ea..4b6eac863 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,10 +1,18 @@ 1.2.2 ----- Changes: + - Fix a UI regresssion that incorrectly hides the "Accept" button and disables the "Reject" feature +- The experimental AppData feature now supports Review history items Commits: + - fix: accept button incorrectly hidden (#571) +- feat: include review history in appdata export/import (#562) +- remove: CORS proxy for OIDC (#558) +- refactor: fetchStig/Scap logging (#557) +- chore: Build updates (#556) +- doc: remove videos from source and build 1.2.1 -----