Skip to content

Commit 277c2fb

Browse files
committed
[8.x] update changelog
1 parent ecf8f81 commit 277c2fb

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.34.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.35.0...8.x)
4+
5+
6+
## [v8.35.0 (2021-03-30)](https://github.com/laravel/framework/compare/v8.34.0...v8.35.0)
7+
8+
### Added
9+
- Added support of DynamoDB in CI suite ([#36749](https://github.com/laravel/framework/pull/36749))
10+
- Support username parameter for predis ([#36762](https://github.com/laravel/framework/pull/36762))
11+
- Added missing months() to Wormhole ([#36808](https://github.com/laravel/framework/pull/36808))
12+
13+
### Deprecated
14+
- Deprecate MocksApplicationServices trait ([#36716](https://github.com/laravel/framework/pull/36716))
15+
16+
### Fixed
17+
- Fixes missing lazy() and lazyById() on BelongsToMany and HasManyThrough relation query builder ([#36758](https://github.com/laravel/framework/pull/36758))
18+
- Ensure the compiled view directory exists ([#36772](https://github.com/laravel/framework/pull/36772))
19+
- Fix Artisan test method PendingCommand::doesntExpectOutput() always causing a failed test ([#36806](https://github.com/laravel/framework/pull/36806))
20+
- FIXED: The use of whereHasMorph in a whereHas callback generates a wrong sql statements ([#36801](https://github.com/laravel/framework/pull/36801))
21+
22+
### Changed
23+
- Allow lazy collection to be instantiated from a generator ([#36738](https://github.com/laravel/framework/pull/36738))
24+
- Use qualified column names in pivot query ([#36720](https://github.com/laravel/framework/pull/36720))
25+
- Octane Prep ([#36777](https://github.com/laravel/framework/pull/36777))
26+
27+
### Refactoring
28+
- Remove useless loop in `Str::remove()` ([#36722](https://github.com/laravel/framework/pull/36722))
429

530

631
## [v8.34.0 (2021-03-23)](https://github.com/laravel/framework/compare/v8.33.1...v8.34.0)

0 commit comments

Comments
 (0)