diff --git a/CHANGES.rst b/CHANGES.rst index 31d20d51bae..16c32adc571 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,26 @@ .. towncrier release notes start +3.12.6 (2025-05-31) +=================== + +Bug fixes +--------- + +- Fixed spurious "Future exception was never retrieved" warnings for connection lost errors when the connector is not closed -- by :user:`bdraco`. + + When connections are lost, the exception is now marked as retrieved since it is always propagated through other means, preventing unnecessary warnings in logs. + + + *Related issues and pull requests on GitHub:* + :issue:`11100`. + + + + +---- + + 3.12.5 (2025-05-30) =================== diff --git a/CHANGES/11100.bugfix.rst b/CHANGES/11100.bugfix.rst deleted file mode 100644 index a7c54059a14..00000000000 --- a/CHANGES/11100.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Fixed spurious "Future exception was never retrieved" warnings for connection lost errors when the connector is not closed -- by :user:`bdraco`. - -When connections are lost, the exception is now marked as retrieved since it is always propagated through other means, preventing unnecessary warnings in logs.