docs: highlight breaking changes
[poolifier.git] / CHANGELOG.md
index ad3c3cf79297ead2cdfcd18aff80da571fab8c4f..e11a872952128a3a767302e8ddeb75a4335c7a94 100644 (file)
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Optimize worker storage in pool.
 - Optimize worker alive status check.
-- Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
+- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
 - Optimize `LESS_USED` worker choice strategy.
 
 ### Fixed