fix: initialize attribute in the constructor
[poolifier.git] / CHANGELOG.md
index e4fbb015642b0c765541eee10472fae516c5615b..24796774fd48bbb3850df0787d4a5b1f9fc00803 100644 (file)
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Changed
+
+- Switch internal benchmarking code to benny.
+
+### Fixed
+
+- Fix random integer generator.
+
 ## [2.3.7] - 2022-10-23
 
 ### Changed