CHANGELOG.md in structure-0.13.1 vs CHANGELOG.md in structure-0.14.1
- old
+ new
@@ -1,26 +1,36 @@
-# 0.13
+# CHANGELOG
-* Remove static module.
-* Rename .key to .attribute.
+## 0.14.1
+* rename .attribute back to .key
+* shorten .embeds_many and .embeds_one to .many and .one
+* remove presence methods
+* add options to .many
-# 0.12
+## 0.13.1
-* Add static module.
+* remove static module
+* rename .key to .attribute
-# 0.11
+# 0.12.1
-* .key now emulates DataMapper.property.
+* add static module
-# 0.10
+# 0.11.1
-* Rename .has_one and .has_many to .embeds_one and .embeds_many to make room
- for associations.
+* .key now emulates DataMapper.property
+# 0.10.1
+
+* rename .has_one and .has_many to .embeds_one and .embeds_many to make room
+ for associations
+
# 0.9
-* Add presence method.
+* add presence method
# 0.8
-* Make JSON patch compatible with Active Support.
-* Remove URI from list of types.
+* make JSON patch compatible with Active Support
+* remove URI from list of types
+
+The rest is history.