CHANGELOG.md in structure-0.14.1 vs CHANGELOG.md in structure-0.15.0

- old
+ new

@@ -1,35 +1,38 @@ # CHANGELOG -## 0.14.1 +## 0.15.0 +* bring back static module + +## 0.14.0 * rename .attribute back to .key * shorten .embeds_many and .embeds_one to .many and .one * remove presence methods * add options to .many -## 0.13.1 +## 0.13.0 * remove static module * rename .key to .attribute -# 0.12.1 +# 0.12.0 * add static module -# 0.11.1 +# 0.11.0 * .key now emulates DataMapper.property -# 0.10.1 +# 0.10.0 * rename .has_one and .has_many to .embeds_one and .embeds_many to make room for associations -# 0.9 +# 0.9.0 * add presence method -# 0.8 +# 0.8.0 * make JSON patch compatible with Active Support * remove URI from list of types The rest is history.