fix: brown paper bag bug referencing the same object literal
[poolifier.git] / CHANGELOG.md
index 431ebc04bf69dd8cb6bf771e2d54229fa4ce51a9..6227f8ced5fc89792e017816a0c7c1e5b11eda1e 100644 (file)
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- Introduce ESM module support along with CommonJS one.
+
+### Fixed
+
+- Fix brown paper bag bug referencing the same object literal.
+
 ## [2.3.8] - 2023-03-18
 
 ### Changed
@@ -14,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Switch internal benchmarking code to benny.
 - Switch to TypeScript 5.x.x.
 - Switch rollup bundler plugins to core ones.
+- Switch to TSDoc syntax.
 - Enforce conventional commits.
 
 ### Fixed