Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Feb 11, 2016
1 parent bc1d5c4 commit 0477bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.7] - 2016-02-11
### Fixed
- The `hasKey()` method doesn't throw an exception, returns `false` instead.

## [0.1.6] - 2016-02-11
### Added
- The `has*` & `get*` methods now support keys with delimiters. The delimiters are set via the Config constructor.
Expand Down Expand Up @@ -46,6 +50,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release to GitHub.

[0.1.7]: https://github.com/brightnucleus/config/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/brightnucleus/config/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/brightnucleus/config/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/brightnucleus/config/compare/v0.1.3...v0.1.4
Expand Down

0 comments on commit 0477bc3

Please sign in to comment.