fix: avoid cascading tasks stealing under back pressure
[poolifier.git] / CHANGELOG.md
index ab21a07781f819151919de0ce36a53bf9e7e638f..2b2a87416377aeaac5a3f089f8425dbd14133c8f 100644 (file)
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixes
+
+- Avoid cascading tasks stealing under back pressure.
+
+### Changed
+
+- Add fastpath to queued tasks rescheduling.
+
 ## [2.6.33] - 2023-08-24
 
 ### Fixed