CHANGES.md in representable-3.0.2 vs CHANGES.md in representable-3.0.3
- old
+ new
@@ -1,4 +1,8 @@
+# 3.0.3
+
+* Replace `Uber::Option` with the new [`Declarative::Option`](https://github.com/apotonick/declarative-option). This should result in a significant performance boost.
+
# 3.0.2
* Initialize `Config@wrap` to avoid Ruby's warning.
* Add `#render` and `#parse` alias methods to all format modules as a generic entry point.
* In `GetValue`, use `public_send` now.