Skip to content

Commit

Permalink
doc(CHANGELOG.md.md) update to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Feb 9, 2022
1 parent 2a783c1 commit 5af2320
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## [3.0.0] 2022-02-09;

### Changed
- Add support for a default value in the `lucatume\DI52\Container::getVar(string $key, mixed $default = null)
:mixed` method.
Expand Down Expand Up @@ -397,4 +399,5 @@ org/psr/psr-11/)
[2.1.3]: https://github.com/lucatume/di52/compare/2.1.2...2.1.3
[2.1.4]: https://github.com/lucatume/di52/compare/2.1.3...2.1.4
[2.1.5]: https://github.com/lucatume/di52/compare/2.1.4...2.1.5
[unreleased]: https://github.com/lucatume/di52/compare/2.1.5...HEAD
[3.0.0]: https://github.com/lucatume/di52/compare/2.1.5...3.0.0
[unreleased]: https://github.com/lucatume/di52/compare/3.0.0...HEAD

0 comments on commit 5af2320

Please sign in to comment.