Skip to content

Commit

Permalink
[7.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Aug 18, 2020
1 parent 148d4b0 commit 2ace1c1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2ace1c1

Please sign in to comment.