Changelog.md in toystore-0.13.1 vs Changelog.md in toystore-0.13.2

- old
+ new

@@ -1,14 +1,16 @@ # Changelog I will do my best to keep this up to date with significant changes here, starting in 0.8.3. -## master +## 0.13.2 -* No longer defaulting uuid to new instance, use :default instead. This allows for nil values for attributes of uuid type. +* Added instrumentation and log subscriber +* Removed Toy.logger, Toy.logger? and Toy.logger=. All logging is now through log_subscriber. See the README. -## 0.14.0 +## 0.13.1 +* No longer defaulting uuid to new instance, use :default instead. This allows for nil values for attributes of uuid type. * No longer persisting nil attributes * Added Toy::Types::JSON for storing serialized JSON as an attribute value * Added #persisted_id and made it public so people can override confidently. It is now used in adapter.write and adapter.delete. * Made #persist method public so people can override confidently. * Moved Identity to Toy::Store from Toy::Object