CHANGELOG.md in pansophy_authenticator-0.4.3 vs CHANGELOG.md in pansophy_authenticator-0.5.0
- old
+ new
@@ -1,10 +1,16 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).
+## [0.5.0]
+### Changed
+- Simplifies verifying validity of configuration
+- Use coverage kit to enforce maximum coverage
+- [TT-5810] Relax runtime dependencies
+
## [0.4.3] - 2016-04-07
### Fixed
- Loading of remote YAML application keys file now parses correctly
- Replaces wrong dependency from memoize to memoizable
@@ -18,10 +24,10 @@
- Updates pansophy gem dependency to version ~> 0.5, >= 0.5.1
## [0.4.0] - 2016-02-16
### Added
- Implements 'application' and 'local?' helper methods
-
+
### Fixed
- Tests could be influenced by system environment variables
## [0.3.0] - 2016-02-12
### Added