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 2ace1c1 commit 99c74a8
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Release Notes for 7.x

## [Unreleased](https://github.com/laravel/framework/compare/v7.24.0...7.x)
## [Unreleased](https://github.com/laravel/framework/compare/v7.25.0...7.x)


## [v7.25.0 (2020-08-11)](https://github.com/laravel/framework/compare/v7.24.0...v7.25.0)

### Added
- Added support to use `where` in `apiResource` method ([#33790](https://github.com/laravel/framework/pull/33790), [3dcc4a6](https://github.com/laravel/framework/commit/3dcc4a6bc6640b3d577c6740d63b6ef3df42e124))
- Support `tls://` scheme when using `url` in Redis config ([#33800](https://github.com/laravel/framework/pull/33800))
- Scoped resource routes ([#33752](https://github.com/laravel/framework/pull/33752))
- Added Once blade Blocks ([#33812](https://github.com/laravel/framework/pull/33812))
- Let mailables accept a simple array of email addresses as cc or bcc ([#33810](https://github.com/laravel/framework/pull/33810))
- Added support for PhpRedis 5.3 options parameter ([#33799](https://github.com/laravel/framework/pull/33799))

### Changed
- Removed quotes when setting isolation level for mysql connections ([#33805](https://github.com/laravel/framework/pull/33805))
- Make LazyCollection#countBy be lazy ([#33801](https://github.com/laravel/framework/pull/33801))

### Fixed
- Revert changes to MailMessage ([#33816](https://github.com/laravel/framework/pull/33816))


## [v7.24.0 (2020-08-07)](https://github.com/laravel/framework/compare/v7.23.2...v7.24.0)
Expand Down

0 comments on commit 99c74a8

Please sign in to comment.