Skip to content

Commit

Permalink
Merge pull request #10 from sandrokeil/develop
Browse files Browse the repository at this point in the history
updated changelog
  • Loading branch information
sandrokeil committed Sep 20, 2015
2 parents 5c21f2c + 718565d commit 0def65f
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,40 @@
# Interop Config CHANGELOG

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 0.2.0 (2015-09-20)

* [#5](https://github.com/sandrokeil/interop-config/issues/5): replaced component with package ([PSR-4 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-meta.md#package-oriented-autoloading))
### Added

* [#5](https://github.com/sandrokeil/interop-config/issues/5): replaced `componentName` function with `packageName` ([PSR-4 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-meta.md#package-oriented-autoloading))

### Deprecated

* Nothing

### Removed

* [#5](https://github.com/sandrokeil/interop-config/issues/5): `componentName` function from `HasConfig` interface (BC break)

### Fixed

* Nothing

## 0.1.0 (2015-09-05)

### Added
* Initial release
* Added interfaces
* [#2](https://github.com/sandrokeil/interop-config/issues/2): Added trait implementation

### Deprecated

* Nothing

### Removed

* Nothing

### Fixed

* Nothing

0 comments on commit 0def65f

Please sign in to comment.