From 2ace1c1bcad1f2f7a87be60ea32cf3d22b9f9fb6 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Tue, 18 Aug 2020 19:07:43 +0300 Subject: [PATCH] [7.x] update changelog --- CHANGELOG-7.x.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index 0db4b8cbc084..74c854b92b34 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -1,6 +1,16 @@ # Release Notes for 7.x -## [Unreleased](https://github.com/laravel/framework/compare/v7.23.2...7.x) +## [Unreleased](https://github.com/laravel/framework/compare/v7.24.0...7.x) + + +## [v7.24.0 (2020-08-07)](https://github.com/laravel/framework/compare/v7.23.2...v7.24.0) + +### Added +- Added possibility to configure isolation level for mysql connections ([#33783](https://github.com/laravel/framework/pull/33783), [c6a3174](https://github.com/laravel/framework/commit/c6a317405e5e9075206a019246a8a79d0c68def4)) +- Added plain text only notifications ([#33781](https://github.com/laravel/framework/pull/33781)) + +### Changed +- Verify column names are actual columns when using guarded ([#33777](https://github.com/laravel/framework/pull/33777)) ## [v7.23.2 (2020-08-06)](https://github.com/laravel/framework/compare/v7.23.1...v7.23.2)