Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Mar 18, 2018
1 parent 356d05b commit e54d382
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 24 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 0.10.0

### Added

- [#117](https://github.com/bitExpert/disco/pull/117) Allow overwriting an Alias in an extending class
- [#115](https://github.com/bitExpert/disco/pull/115) Missing types for Disco methods
- [#106](https://github.com/bitExpert/disco/pull/106) Add "provide" section to composer.json
- [#92](https://github.com/bitExpert/disco/pull/92) Revise the documentation

### Deprecated

- [#114](https://github.com/bitExpert/disco/pull/114) Bump php version to 7.2

### Removed

- Nothing.

### Fixed

- [#113](https://github.com/bitExpert/disco/pull/113) Move vfsstream dependency to require-dev section
- [#109](https://github.com/bitExpert/disco/pull/109) Replace annotations with methods for exception tests
- [#107](https://github.com/bitExpert/disco/pull/107) Add test for invalid service alias names
- [#104](https://github.com/bitExpert/disco/pull/104) Php Inspections (EA Extended): nit-picks

## 0.9.0

### Added
Expand Down
4 changes: 3 additions & 1 deletion Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## BC BREAK: Rasing minimum PHP version to 7.2

With the 0.10.0 release of Disco support for PHP 7.1 is dropped. Disco
will only work in PHP 7.2 environments.
will only work in PHP 7.2 environments. In addition to that, return type
hints were added, thus if you are extending Disco or implementing provided
interfaces, you need to adapt those changes.

# Upgrade to Disco 0.9.0

Expand Down

0 comments on commit e54d382

Please sign in to comment.