From 689c0e5a230a27d421903439e0396a7339973759 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 16 Feb 2021 17:57:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca04d691..e8365d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.9...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.10...8.x) + + +## [v8.5.10 (2021-02-16)](https://github.com/laravel/laravel/compare/v8.5.9...v8.5.10) + +### Changed +- Add "ably" in comment as a broadcast connection ([#5531](https://github.com/laravel/laravel/pull/5531)) +- Add unverified state to UserFactory ([#5533](https://github.com/laravel/laravel/pull/5533)) +- Update login wording ([9a56a60](https://github.com/laravel/laravel/commit/9a56a60cc9e3785683e256d511ee1fb533025a0a)) + +### Fixed +- Fix dead link in web.config ([#5528](https://github.com/laravel/laravel/pull/5528)) ## [v8.5.9 (2021-01-19)](https://github.com/laravel/laravel/compare/v8.5.8...v8.5.9)