From 35d9c689f7a29f08f14f2d890342097556122937 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Tue, 16 Apr 2024 08:11:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3d8e0a..3d51cda5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog +# 5.0.4 +- Correct a route name with a missing namespace part (self vetting acs) #320 + # 5.0.3 - Repair exeption screens - Fix flash messages +# 5.0.2 +- Read flash messages from the correct bag #314 +- Simplify exception logical condition, showing the attribute missing error message once again #315 +- Multiple updates of Composer/Node dependencies + # 5.0.1 - Removed a piece of dead authentication code #312