Changelog.md in toystore-0.9.0 vs Changelog.md in toystore-0.10.0
- old
+ new
@@ -1,9 +1,18 @@
I will do my best to keep this up to date with significant changes here, starting in 0.8.3.
+* 0.10.0
+ * [Reference proxy api changes](https://github.com/jnunemaker/toystore/pull/5) thanks to jakehow
+ * [Support for inheritance](https://github.com/jnunemaker/toystore/pull/4)
+ * [Pass model class to callable default](https://github.com/jnunemaker/toystore/commit/45eff74fb712e5b2a437e3c09b382421fc05539d)
+ * [Added #hash](https://github.com/jnunemaker/toystore/commit/0769f548be669ad1b456cb1b8e11e394e0fee303)
+ * [Added pretty inspect for classes](https://github.com/jnunemaker/toystore/commit/2fdc18b8d8428a932c1e5eeafa6a4db2269f1473)
+ * [Always show id first in #inspect](https://github.com/jnunemaker/toystore/commit/145312b961a519ab84b010d37be075d85fa290a2)
+ * [Moved object serialization into Toy::Object](https://github.com/jnunemaker/toystore/commit/d9431557f0f12c4e171fc888f3eb846fb631d4aa)
+
* 0.8.3 => 0.9.0
* [Changed from `store` to `adapter`](https://github.com/jnunemaker/toystore/pull/1)
* [Embedded objects were removed](https://github.com/jnunemaker/toystore/pull/2)
* [Defaulted `adapter` to memory and removed `has_adapter?`](https://github.com/jnunemaker/toystore/commit/64268705fcb22d82eb7ac3e934508770ceb1f101)
* [Introduced Toy::Object](https://github.com/jnunemaker/toystore/commit/f22fddff96b388db3bd22f36cc1cc29b28d0ae5e).
* [Default Identity Map to off](https://github.com/jnunemaker/toystore/compare/02b652b4dbd4a652bf3d788fbf8cf7d0bae805f6...5cec60be60f9bf749964d5c2d437189287d6d837)
- * Removed several class methods related to identity map as well (identity_map_on/off/on?/off?/etc)
\ No newline at end of file
+ * Removed several class methods related to identity map as well (identity_map_on/off/on?/off?/etc)