CHANGES.md in datacite-mapping-0.1.3 vs CHANGES.md in datacite-mapping-0.1.4
- old
+ new
@@ -1,11 +1,18 @@
+## 0.1.4 (6 Jan 2016)
+
+- Fix issue where missing `xml:lang` attribute in `<resource>` would produce a `no value, and no default value`
+ error instead of defaulting to `'en'` as documented
+- Ensure that YARD formats README correctly when converting from GitHub-flavored Markdown to HTML
+- Update to [XML::MappingExtensions](https://github.com/dmolesUC3/xml-mapping_extensions) 0.3.3
+
## 0.1.3 (18 Dec 2015)
-- Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.4.
+- Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.4
## 0.1.2 (17 Dec 2015)
-- Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.3.
+- Update to [TypesafeEnum](https://github.com/dmolesUC3/typesafe_enum) 0.1.3
## 0.1.1 (14 Dec 2015)
- Update to [XML::MappingExtensions](https://github.com/dmolesUC3/xml-mapping_extensions) 0.3.2, allowing
use of [#parse_xml](http://www.rubydoc.info/github/dmolesUC3/xml-mapping_extensions/master/XML/Mapping/ClassMethods#parse_xml-instance_method)