Skip to content

Commit

Permalink
doc(changelog.md) add missing 2.0.12 changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jul 14, 2020
1 parent 3c16a32 commit be78f65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- support for one parameter singletong binding of concrete, instantiatable, classes, thanks @Luc45

## [2.0.12] - 2019-10-14
### Added
- add PHPStorm make method auto-completion (thanks @Luc45)

## [2.0.11] - 2019-09-26
### Changed
- improve exception throwing to show original exceptions when the building of a bound class, interface or slug fails
Expand Down Expand Up @@ -171,7 +175,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- the changelog.

[Unreleased]: https://github.com/lucatume/di52/compare/2.1.0...HEAD
[2.1.0]: https://github.com/lucatume/di52/compare/2.0.11...2.1.0
[2.1.0]: https://github.com/lucatume/di52/compare/2.0.12...2.1.0
[2.0.12]: https://github.com/lucatume/di52/compare/2.0.11...2.0.12
[2.0.11]: https://github.com/lucatume/di52/compare/2.0.10...2.0.11
[2.0.10]: https://github.com/lucatume/di52/compare/2.0.9...2.0.10
[2.0.9]: https://github.com/lucatume/di52/compare/2.0.8...2.0.9
Expand Down

0 comments on commit be78f65

Please sign in to comment.