From 3632c45a5de73975da377fe8976a56a644ff4063 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Sun, 6 Aug 2023 05:46:08 +0000 Subject: [PATCH] [devtools] sync --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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