CHANGES.md in disposable-0.1.15 vs CHANGES.md in disposable-0.2.0.rc1
- old
+ new
@@ -1,7 +1,10 @@
-# 0.1.15
+# 0.2.0
-* Restrict to Representable < 2.4.
+* Internally, use [Declarative](https://github.com/apotonick/declarative) now for schema creation, resulting in the following internal changes.
+ * `Twin::representer_class.representable_attrs` is now `Twin::definitions`.
+* `Disposable::Twin::Schema` is now `Disposable::Rescheme`. Renamed its `:representer_from` option to `:definitions_from`.
+* `twin: Twin::Song` is the only way to specify an external twin. To reduce complexity, I've removed the lambda version of `:twin`.
# 0.1.14
* Allow to nil-out nested twins.
\ No newline at end of file