CHANGELOG.md in golden_fleece-0.1.1 vs CHANGELOG.md in golden_fleece-0.1.2
- old
+ new
@@ -3,11 +3,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### [0.1.2] - 2015-05-26
+### Changed
+- Allow redefining individual schemas
+### Fixed
+- Validation no longer stops after encountering a single invalid key in a hash
+
## [0.1.1] - 2017-05-25
### Fixed
- IMPORTANT: Fixed how normalization works when saving, no longer clobbers JSON
## 0.1.0 - 2017-05-25
@@ -18,7 +24,8 @@
- Normalization
- Exporting
- Getters
- Specs
-[Unreleased]: https://github.com/earksiinni/golden_fleece/compare/v0.1.1...HEAD
-[0.1.1]: https://github.com/earksiinni/golden_fleece/compare/ad25a847b5678b1f3a6c1c0b6a986d784142d38f...v0.1.1
+[Unreleased]: https://github.com/earksiinni/golden_fleece/compare/v0.1.2...HEAD
+[0.1.2]: https://github.com/earksiinni/golden_fleece/compare/v0.1.1...v0.1.2
+[0.1.1]: https://github.com/earksiinni/golden_fleece/compare/v0.1.0...v0.1.1