Skip to content

Commit

Permalink
Merge pull request #34042 from laravel/6.x
Browse files Browse the repository at this point in the history
[7.x] update changelog
  • Loading branch information
TBlindaruk committed Aug 27, 2020
2 parents e936770 + 9db35ed commit af440ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Release Notes for 6.x

## [Unreleased](https://github.com/laravel/framework/compare/v6.18.36...6.x)
## [Unreleased](https://github.com/laravel/framework/compare/v6.18.37...6.x)


## [v6.18.37 (2020-08-27)](https://github.com/laravel/framework/compare/v6.18.36...v6.18.37)

### Fixed
- Fixed offset error on invalid remember token ([#34020](https://github.com/laravel/framework/pull/34020))
- Only prepend scheme to PhpRedis host when necessary ([#34017](https://github.com/laravel/framework/pull/34017))
- Fixed `whereKey` and `whereKeyNot` in `Illuminate\Database\Eloquent\Builder` ([#34031](https://github.com/laravel/framework/pull/34031))


## [v6.18.36 (2020-08-25)](https://github.com/laravel/framework/compare/v6.18.35...v6.18.36)
Expand Down

0 comments on commit af440ae

Please sign in to comment.