Skip to content

Commit

Permalink
Get the changelog up to date.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jan 31, 2013
1 parent 68e8e44 commit a63202b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Expand Up @@ -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.
Expand Down

0 comments on commit a63202b

Please sign in to comment.