Skip to content

Commit 99c74a8

Browse files
committed
[7.x] update changelog
1 parent 2ace1c1 commit 99c74a8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG-7.x.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Release Notes for 7.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v7.24.0...7.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v7.25.0...7.x)
4+
5+
6+
## [v7.25.0 (2020-08-11)](https://github.com/laravel/framework/compare/v7.24.0...v7.25.0)
7+
8+
### Added
9+
- Added support to use `where` in `apiResource` method ([#33790](https://github.com/laravel/framework/pull/33790), [3dcc4a6](https://github.com/laravel/framework/commit/3dcc4a6bc6640b3d577c6740d63b6ef3df42e124))
10+
- Support `tls://` scheme when using `url` in Redis config ([#33800](https://github.com/laravel/framework/pull/33800))
11+
- Scoped resource routes ([#33752](https://github.com/laravel/framework/pull/33752))
12+
- Added Once blade Blocks ([#33812](https://github.com/laravel/framework/pull/33812))
13+
- Let mailables accept a simple array of email addresses as cc or bcc ([#33810](https://github.com/laravel/framework/pull/33810))
14+
- Added support for PhpRedis 5.3 options parameter ([#33799](https://github.com/laravel/framework/pull/33799))
15+
16+
### Changed
17+
- Removed quotes when setting isolation level for mysql connections ([#33805](https://github.com/laravel/framework/pull/33805))
18+
- Make LazyCollection#countBy be lazy ([#33801](https://github.com/laravel/framework/pull/33801))
19+
20+
### Fixed
21+
- Revert changes to MailMessage ([#33816](https://github.com/laravel/framework/pull/33816))
422

523

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

0 commit comments

Comments
 (0)