CHANGES.md in disposable-0.6.2 vs CHANGES.md in disposable-0.6.3
- old
+ new
@@ -1,4 +1,8 @@
+# 0.6.3
+
+* Loosen `representable` dependency to `< 4`.
+
# 0.6.2
* Remove `Forwardable` from `Unnest` and refrain from including it into the `Twin` class.
This may overwrite the same-named `ActiveSupport::delegate` method and breaks things.
Instead, do manual delegation and plan for 2023 to allow using `Forwardable.delegate(target, what, where)`.