From fa74192119a526b7150f39f3fb54785ee39f1c20 Mon Sep 17 00:00:00 2001 From: David de Kloet <122978264+dskloetd@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:46:49 +0200 Subject: [PATCH] Changelog entry for dissolve delay issue (#5580) # Motivation Changelog entry was missing from https://github.com/dfinity/nns-dapp/pull/5560 # Changes Added missing changelog entry. # Tests no # Todos - [x] Add entry to changelog (if necessary). --- CHANGELOG-Nns-Dapp-unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-Nns-Dapp-unreleased.md b/CHANGELOG-Nns-Dapp-unreleased.md index 5c9cd546c2d..97c957cc47a 100644 --- a/CHANGELOG-Nns-Dapp-unreleased.md +++ b/CHANGELOG-Nns-Dapp-unreleased.md @@ -23,6 +23,7 @@ proposal is successful, the changes it released will be moved from this file to #### Fixed * Bug where neurons are displayed as eligible to vote, even though they have already voted. +* Issue with setting exact dissolve delay on SNS neurons. #### Security