Update CHANGELOG.md

This commit is contained in:
Dries Vints 2020-11-24 18:18:56 +01:00
parent 3c814aa8e2
commit 86b1b3f20a
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,15 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.4.2...8.x)
## [Unreleased](https://github.com/laravel/laravel/compare/v8.4.3...8.x)
## [v8.4.3 (2020-11-24)](https://github.com/laravel/laravel/compare/v8.4.2...v8.4.3)
### Added
- Add ably entry ([5182e9c](https://github.com/laravel/laravel/commit/5182e9c6de805e025fb4cfad63c210c3197002ab))
### Fixed
- Add missing null cache driver in `config/cache.php` ([#5472](https://github.com/laravel/laravel/pull/5472))
## [v8.4.2 (2020-11-17)](https://github.com/laravel/laravel/compare/v8.4.1...v8.4.2)