From 834b116bbb62d40b99117aa8f37716742b84151c Mon Sep 17 00:00:00 2001
From: Bjarke Madsen <bjarke@nordu.net>
Date: Tue, 28 Jan 2025 10:08:19 +0100
Subject: [PATCH] update changelog

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

diff --git a/Changelog.md b/Changelog.md
index 387514d7..60ccf9a4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.84] - 2025-01-28
+- Fix budget data import from excel file to include 2016/2021
+- Use the new React compiler for auto-memoized components (as long as they are pure)
+- Require ESLint to pass for builds to ensure future code quality stays high
+
 ## [0.83] - 2025-01-24
 - Allow observers to preview data
 - Migrate to bun 1.2 and Vite to simplify bundling by getting rid of complex webpack configuration
-- 
GitLab