build: refine eslint configuration after ESM defaulting
[poolifier.git] / CHANGELOG.md
index 18ac1504d5d0930a34efa31f144a6caee7b073e5..0911d9dc11088dfaccf3386a441e459c44423971 100644 (file)
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix tasks redistribution triggers at pool destroying.
+
+### Changed
+
+- Switch TypeScript module resolution to Node16.
+
 ## [3.1.12-0] - 2023-12-27
 
 ### Fixed