Update CHANGELOG.md

This commit is contained in:
Dries Vints 2019-10-08 18:38:02 +02:00
parent 9bc23ee468
commit 39c28801e8
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
1 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,19 @@
# Release Notes # Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v6.0.2...master) ## [Unreleased](https://github.com/laravel/laravel/compare/v6.2.0...master)
## [v6.2.0 (2019-10-08)](https://github.com/laravel/laravel/compare/v6.0.2...v6.2.0)
### Added
- Add 'null' logging channel ([#5106](https://github.com/laravel/laravel/pull/5106))
- Add Password confirmation ([#5129](https://github.com/laravel/laravel/pull/5129), [d1f7a5a](https://github.com/laravel/laravel/commit/d1f7a5a886039e28a434905447865ca952032284), [9bc23ee](https://github.com/laravel/laravel/commit/9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc))
### Removed
- Remove testing bootstrap extension ([#5107](https://github.com/laravel/laravel/pull/5107))
### Fixed
- Revert "[6.x] According to PHP Bug 78516 Argon2 requires at least 8KB" ([#5102]()https://github.com/laravel/laravel/pull/5102)
## [v6.0.2 (2019-09-10)](https://github.com/laravel/laravel/compare/v6.0.1...v6.0.2) ## [v6.0.2 (2019-09-10)](https://github.com/laravel/laravel/compare/v6.0.1...v6.0.2)