Skip to content

Commit

Permalink
[8.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Apr 2, 2021
1 parent ecf8f81 commit 277c2fb
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG-8.x.md
@@ -1,6 +1,31 @@
# Release Notes for 8.x

## [Unreleased](https://github.com/laravel/framework/compare/v8.34.0...8.x)
## [Unreleased](https://github.com/laravel/framework/compare/v8.35.0...8.x)


## [v8.35.0 (2021-03-30)](https://github.com/laravel/framework/compare/v8.34.0...v8.35.0)

### Added
- Added support of DynamoDB in CI suite ([#36749](https://github.com/laravel/framework/pull/36749))
- Support username parameter for predis ([#36762](https://github.com/laravel/framework/pull/36762))
- Added missing months() to Wormhole ([#36808](https://github.com/laravel/framework/pull/36808))

### Deprecated
- Deprecate MocksApplicationServices trait ([#36716](https://github.com/laravel/framework/pull/36716))

### Fixed
- Fixes missing lazy() and lazyById() on BelongsToMany and HasManyThrough relation query builder ([#36758](https://github.com/laravel/framework/pull/36758))
- Ensure the compiled view directory exists ([#36772](https://github.com/laravel/framework/pull/36772))
- Fix Artisan test method PendingCommand::doesntExpectOutput() always causing a failed test ([#36806](https://github.com/laravel/framework/pull/36806))
- FIXED: The use of whereHasMorph in a whereHas callback generates a wrong sql statements ([#36801](https://github.com/laravel/framework/pull/36801))

### Changed
- Allow lazy collection to be instantiated from a generator ([#36738](https://github.com/laravel/framework/pull/36738))
- Use qualified column names in pivot query ([#36720](https://github.com/laravel/framework/pull/36720))
- Octane Prep ([#36777](https://github.com/laravel/framework/pull/36777))

### Refactoring
- Remove useless loop in `Str::remove()` ([#36722](https://github.com/laravel/framework/pull/36722))


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

0 comments on commit 277c2fb

Please sign in to comment.