CHANGES.md in representable-2.4.0.rc2 vs CHANGES.md in representable-2.4.0.rc3
- old
+ new
@@ -42,11 +42,16 @@
## 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
+# 2.4.0.rc3
+* `CreateObject` no longer invokes `AssignFragment`. This is now part of the official parse pipeline.
+
+# 2.4.0.rc4
+
+* `Set` is `SetValue`. `Get` is `GetValue`.
* 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.