diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index acce0fc38..2e62fd61a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -4,6 +4,13 @@ Changelog .. current developments +v1.9.1 +==================== + +**Fixed:** + +* Fixed a bug in Protocol termination for the HybridTop and AFE Protocols + which would unnecessarily declare an ``UnboundLocalError``. diff --git a/news/issue-1845.rst b/news/issue-1845.rst deleted file mode 100644 index aee176f6b..000000000 --- a/news/issue-1845.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed a bug in Protocol termination for the HybridTop and AFE Protocols - which would unnecessarily declare an ``UnboundLocalError``. - -**Security:** - -*