From 3026bd67f6777da7e6eda802e2ec1251cf39fe0c Mon Sep 17 00:00:00 2001 From: dry-bot Date: Sat, 10 Jul 2021 13:59:01 +0000 Subject: [PATCH] [devtools] sync --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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