Update CHANGELOG
This commit is contained in:
parent
d650fa2a30
commit
55db9d681a
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,15 @@
|
|||
# Release Notes
|
||||
|
||||
## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.2...9.x)
|
||||
## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.3...9.x)
|
||||
|
||||
## [v9.1.3](https://github.com/laravel/laravel/compare/v9.1.2...v9.1.3) - 2022-03-29
|
||||
|
||||
### Changed
|
||||
|
||||
- Add an example to the class aliases by @nshiro in https://github.com/laravel/laravel/pull/5846
|
||||
- Add username in config to use with phpredis + ACL by @neoteknic in https://github.com/laravel/laravel/pull/5851
|
||||
- Remove "password" from validation lang by @mnastalski in https://github.com/laravel/laravel/pull/5856
|
||||
- Make authenticate session a route middleware by @taylorotwell in https://github.com/laravel/laravel/pull/5842
|
||||
|
||||
## [v9.1.2](https://github.com/laravel/laravel/compare/v9.1.1...v9.1.2) - 2022-03-15
|
||||
|
||||
|
|
Loading…
Reference in New Issue