build(deps-dev): apply updates
[poolifier.git] / CHANGELOG.md
index 69837d14cbd49b0cb081cd7c2e4fd086968fbc9a..888537b648458eb3b377df4f9393dffd3971bfd3 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- Optimize hot code paths implementation: avoid unnecessary branching, add and use optimized helpers (min, max), use reduce() array helper, ...
+
 ## [2.6.41] - 2023-09-03
 
 ### Changed