We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfeeb59 commit 39ca59aCopy full SHA for 39ca59a
1 file changed
CHANGELOG.md
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.0.1] - 2019-08-28
8
+### Changed
9
+- update the return type phpdoc for AbstractController::get()
10
-## [unreleased]
11
+## [1.0.0] - 2019-08-26
12
### Added
13
- support for reflection based dependency injection
14
- resolve controller actions via container
@@ -53,4 +56,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
56
54
57
## [0.1.0] - 2016-03-31
55
58
-- initial release
59
+- initial release
0 commit comments