diff --git a/CHANGELOG.md b/CHANGELOG.md index 7217d16..a59e8de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## 0.7.1 2021-07-10 + + +### Fixed + +- [memoizable] memoizable correctly handles cases where a method +has unnamed params (e.g. happens when the new `...` syntax is used) (@flash-gordon) + + + +[Compare v0.7.0...v0.7.1](https://github.com/dry-rb/dry-core/compare/v0.7.0...v0.7.1) + ## 0.7.0 2021-07-08