CHANGELOG.md in semantic_puppet-0.1.3 vs CHANGELOG.md in semantic_puppet-0.1.4
- old
+ new
@@ -1,8 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 0.1.4 - 2016-07-06
+### Changed
+- Externalized all user-facing strings using gettext libraries to support future localization.
+
## 0.1.3 - 2016-05-24
### Added
- Typesafe implementation of ModuleRelease#eql? (and ModuleRelease#==). (PUP-6341)
## 0.1.2 - 2016-04-29