From f4aa1445c09520924191533f4bcc16c371fa439c Mon Sep 17 00:00:00 2001 From: Jared Ondricek Date: Fri, 1 Sep 2023 10:21:54 -0500 Subject: [PATCH] Update Changelog again --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe30b030502..44e62547cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,15 @@ - # v4.0.5 (2023-09-01) ---------------------- ## Features - + * The sidebar is now collapsable and displayed properly in mobile view [#450](https://github.com/mitre-attack/attack-website/issues/450) + ## Bugfixes - -* Changed the UUID generation logic to use CONTENT_VERSION and WEBSITE_VERSION as seeds for idempotent UUID creation. This prevents the creation of redundant IndexedDB tables. [#455](https://github.com/mitre-attack/attack-website/issues/455) +* Changed the UUID generation logic to use CONTENT_VERSION and WEBSITE_VERSION as seeds for idempotent UUID creation. This prevents the creation of redundant IndexedDB tables. [#455](https://github.com/mitre-attack/attack-website/issues/455) # v4.0.4 (2023-08-11)