Skip to content

Commit

Permalink
Changelog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipobenito committed May 10, 2017
1 parent 43f35ab commit 3d82c77
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All Notable changes to `League\Container` will be documented in this file

## 2.3.0
## 2.4.1

### Added
- Now implementation of the PSR-11.
### Fixed
- Ensures `ReflectionContainer` converts class name in array callable to object.

## 2.4.0

### Changed
- Can now wrap shared objects as `RawArgument`.
Expand All @@ -17,6 +19,11 @@ All Notable changes to `League\Container` will be documented in this file
- Unused imports removed.
- Unreachable arguments no longer passed.

## 2.3.0

### Added
- Now implementation of the PSR-11.

## 2.2.0

### Changed
Expand Down

0 comments on commit 3d82c77

Please sign in to comment.