CHANGES.md in representable-1.7.1 vs CHANGES.md in representable-1.7.2

- old
+ new

@@ -1,4 +1,9 @@ +h2. 1.7.2 + +* `Representable#update_properties_from` is private now. +* Added the `:content` option in XML to map top-level node's content to a property. + h2. 1.7.1 * Introduce `Config#options` hash to store per-representer configuration. * The XML representer can now automatically remove namespaces when parsing. Use `XML::remove_namespaces!` in your representer. This is a work-around until namespaces are properly implemented in representable.