We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860610d commit 1e14379Copy full SHA for 1e14379
CHANGELOG.md
@@ -2,6 +2,18 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 4.3.0
6
+
7
+### Added
8
9
+- Support Middleware Aliases on Routes & Controllers
10
+- `Helpers::logger()` (and global `logger()`) helper functions
11
+- Bound the `Logger` instance to the PSR-3 interface `Psr\Log\LoggerInterface` in the Container.
12
13
+### Patched
14
15
+- Prevent Errors with a level of `E_USER_NOTICE` or `E_USER_DEPRECATED` from being fatal.
16
17
## 4.2.0
18
19
### Added
0 commit comments