CHANGELOG.md in structure-0.9.0 vs CHANGELOG.md in structure-0.10.0

- old
+ new

@@ -1,4 +1,13 @@ # 0.8 * Make JSON patch compatible with Active Support. * Remove URI from list of types. + +# 0.9 + +* Add presence method. + +# 0.10 + +* Rename has_one and has_many to embeds_one and embeds_many to make room + for associations.