diff --git a/CHANGELOG.md b/CHANGELOG.md index e1cbfa2..e695914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## 1.0.1 2023-08-06 + + +### Fixed + +- [equalizer] Add `Dry::Core.Equalizer` method to make `include Dry::Core.Equalizer(...)` work as documented (via #79) (@timriley) + + Users of Equalizer should now only need to `require "dry/core"` first. + + + +[Compare v1.0.0...v1.0.1](https://github.com/dry-rb/dry-core/compare/v1.0.0...v1.0.1) + ## 1.0.0 2022-11-04