CHANGES.md in xml-mapping_extensions-0.2.0 vs CHANGES.md in xml-mapping_extensions-0.2.1
- old
+ new
@@ -1,4 +1,10 @@
+## 0.2.1 (16 November 2015)
+
+- Modified `EnumNodeBase` to deal with either enum object instances or enum value
+ constants (e.g. `MyEnum::MY_VALUE` -- which happens to be the string value
+ of that enum instance, not the enum instance itself as one might expect).
+
## 0.2.0 (16 November 2015)
- Fixed `EnumNodeBase` to correctly parse string values as enum instances,
and to correctly map enum instances to string values.
(See [ruby-enum issue #6](https://github.com/dblock/ruby-enum/issues/6).)