Update CHANGELOG

This commit is contained in:
driesvints 2022-03-29 14:52:38 +00:00 committed by GitHub Actions
parent d650fa2a30
commit 55db9d681a
1 changed files with 10 additions and 1 deletions

View File

@ -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