From ff5f45071543901be4ef647478898528ed159155 Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Wed, 5 Feb 2025 15:56:12 +0100
Subject: [PATCH] update changelog

---
 Changelog.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Changelog.md b/Changelog.md
index 2e573a9f..638ed36f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,14 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.88] - 2025-02-05
+- Fix data download for models that are already stored in a flat format (previously only provided the last value for a given year, instead of all values)
+- Fix ordering of years in ScrollableMatrix
+- Add code-splitting to reduce load time significantly for everything except the survey (survey-core library is HUGE)
+- Fix security controls import / publishing to not include comment if "other" wasn't selected
+- Add year to ServiceMatrix tooltips
+
+
 ## [0.87] - 2025-02-05
 - Use separate entrypoints for report & survey to reduce bundle sizes & load time
 
-- 
GitLab