diff --git a/NEWS.rst b/NEWS.rst index b8906ea75a9..b1639aecdd4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -9,6 +9,16 @@ .. towncrier release notes start +22.1.2 (2022-05-31) +=================== + +Bug Fixes +--------- + +- Revert `#10979 `_ since it introduced a regression in certain edge cases. (`#10979 `_) +- Fix an incorrect assertion in the logging logic, that prevented the upgrade prompt from being presented. (`#11136 `_) + + 22.1.1 (2022-05-20) =================== diff --git a/news/10979.bugfix.rst b/news/10979.bugfix.rst deleted file mode 100644 index 5088bc2b99a..00000000000 --- a/news/10979.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Revert `#10979 `_ since it introduced a regression in certain edge cases. diff --git a/news/11136.bugfix.rst b/news/11136.bugfix.rst deleted file mode 100644 index 817c33802fc..00000000000 --- a/news/11136.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix an incorrect assertion in the logging logic, that prevented the upgrade prompt from being presented.