CHANGELOG.md in memoized-1.1.0 vs CHANGELOG.md in memoized-1.1.1
- old
+ new
@@ -11,9 +11,20 @@
### Compatible changes
-
+## 1.1.1 - 2022-06-22
+
+### Breaking changes
+
+- (The `.parameters` of a memoized method are no longer renamed to `arg1` ... `argn` and instead retain their original names)
+
+### Compatible changes
+
+- Methods with keyword arguments can now be properly memoized
+- In addition to a methods `.arity`, memoized now also preserves its `.parameters`
+
## 1.1.0 - 2022-03-16
### Breaking changes
- Remove no longer supported ruby versions (2.3.8, 2.4.5)