diff --git a/changelog.yml b/changelog.yml index ef4236c..41f78ae 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,4 +1,12 @@ --- +- version: 1.0.1 + summary: + date: 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. - version: 1.0.0 summary: date: 2022-11-04