Skip to content

Commit

Permalink
Merge branch 'release/0.9.0' into develop
Browse files Browse the repository at this point in the history
* release/0.9.0:
  Updated `CHANGELOG.md`
  • Loading branch information
hassankhan committed Jan 23, 2016
2 parents f70fac9 + e348ee1 commit e615464
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

All notable changes to `Config` will be documented in this file

## 0.8.3 - 2015-10-22
## 0.9.0 - 2015-10-22

### Fixed
- PSR-2 compliance
- Give YamlParser file content instead of path
- Updated `AbstractConfig` constructor to only accept arrays
- Removed check to fix loading an empty array
- Fix for #44: Warnings emitted if configuration file is empty
- Fix for #55: Unset cache after a set

### Added
- Added namespace to example in `README.md`
- Added `has()` method to `ConfigInterface` and implemented in `AbstractConfig`
- Added `all()` method to `ConfigInterface` and implemented in `AbstractConfig`
- Added documentation for new methods
- `AbstractConfig` now implements the `Iterator` interface


## 0.8.2 - 2015-03-21
Expand Down

0 comments on commit e615464

Please sign in to comment.