From a7cc0ecd5d0fcb99eb96a332c617d8eb7ee30d89 Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Fri, 6 Dec 2024 09:54:35 +0100 Subject: [PATCH] update changelog --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 6283647b..5c85f9f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,10 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.71] - 2024-12-06 +- Add survey notes textbox to the survey management page that can be updated as required to keep notes about a survey response +- Update rendering to be more consistent, and all components now have access to the react-dom-router + ## [0.70] - 2024-12-04 - Fix issues with rendering of pages/routes that reuse components with different props only - ## [0.69] - 2024-12-04 - COMP-315: Allow any input for GDPR contacts, instead of requiring a URL - COMP-339: Fix StaffGraph pages to only show NREN/year selection if there's data for the given page -- GitLab