CHANGELOG.md in smart_initializer-0.9.0 vs CHANGELOG.md in smart_initializer-0.9.1

- old
+ new

@@ -1,7 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.9.1] - 2022-03-06 + +### Fixed + +- `finalize` now accepts lambdas with arity `-2`. For example `->(a, *b) {}` or `:freeze.to_proc` + which in `Ruby >= 3` returns lambda with arity equal to `-2`. + ## [0.9.0] - 2021-12-19 ### Changed - `:finalize` block is not invoked on the `option` with `optional: true` flag; ## [0.8.0] - 2021-12-04