CHANGELOG.md in structure-0.12.2 vs CHANGELOG.md in structure-0.13.1

- old
+ new

@@ -1,21 +1,26 @@ -# 0.8 +# 0.13 -* Make JSON patch compatible with Active Support. -* Remove URI from list of types. +* Remove static module. +* Rename .key to .attribute. -# 0.9 +# 0.12 -* Add presence method. +* Add static module. +# 0.11 + +* .key now emulates DataMapper.property. + # 0.10 -* Rename has_one and has_many to embeds_one and embeds_many to make room +* Rename .has_one and .has_many to .embeds_one and .embeds_many to make room for associations. -# 0.11 +# 0.9 -* .key now emulates the DataMapper.property method. +* Add presence method. -# 0.12 +# 0.8 -* Add basic support for static models. +* Make JSON patch compatible with Active Support. +* Remove URI from list of types.