CHANGES.md in representable-2.4.0.rc1 vs CHANGES.md in representable-2.4.0.rc2
- old
+ new
@@ -42,9 +42,12 @@
## Internal Changes
* Removed `Binding@represented` (which was never public anyway). Use `Binding#represented`.
* Changed signature: `Binding#get(represented:)`. In now needs a hash `{represented: ..}`.
+# 2.4.0.rc2
+
+* Use Declarative's `::build_definition` interface instead of overwriting `::property`.
# 2.3.0
* Remove dependency to Nokogiri and Multi_JSON. You have to add what you need to your `Gemfile`/`gemspec` now.
* `to_*`/`from_*` with options do no longer change the hash but work on copies.