CHANGELOG.md in dynomite-1.2.0 vs CHANGELOG.md in dynomite-1.2.1
- old
+ new
@@ -1,9 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
+## [1.2.1]
+- #10 from gotchane/fix-readme-about-validation
+- #8 from patchkit-net/feature/replace-return-self
+- #9 from patchkit-net/feature/custom-errors
+- Change Item#replace method to return self
+- Add custom Dynomite::Errors::ValidationError and Dynomite::Errors::ReservedWordError
+ fixing rspec warnings.
+
## [1.2.0]
- #7 from patchkit-net/feature/validations
- Add a way to quickly define getters and setters using `column` method
- Can be used with `ActiveModel::Validations`
- Add ActiveModel::Validations (group=test,development) dependency