Skip to content

Commit 1e14379

Browse files
committed
Update CHANGELOG
1 parent 860610d commit 1e14379

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
517
## 4.2.0
618

719
### Added

0 commit comments

Comments
 (0)