From a63202be972a69d03c262443bb85982c1dbd66cc Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Thu, 31 Jan 2013 15:04:19 -0500 Subject: [PATCH] Get the changelog up to date. --- Changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5af074f..b051915 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,10 +4,12 @@ I will do my best to keep this up to date with significant changes here, startin ## master -* 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.