diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index a96dcff71043..b48194a6e2d5 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -1,6 +1,29 @@ # Release Notes for 6.x -## [Unreleased](https://github.com/laravel/framework/compare/v6.18.0...6.x) +## [Unreleased](https://github.com/laravel/framework/compare/v6.18.2...6.x) + +### Fixed +- Corrected suggested dependencies ([#32072](https://github.com/laravel/framework/pull/32072)) +- Avoid deadlock in test when sharing process group ([#32067](https://github.com/laravel/framework/pull/32067)) + + +## [v6.18.2 (2020-03-17)](https://github.com/laravel/framework/compare/v6.18.1...v6.18.2) + +### Fixed +- Fixed scheduler dependency assumptions ([#31894](https://github.com/laravel/framework/pull/31894)) +- Corrected suggested dependencies ([bb0ec42](https://github.com/laravel/framework/commit/bb0ec42b5a55b3ebf3a5a35cc6df01eec290dfa9)) +- Unset pivotParent on unsetRelations call ([#31956](https://github.com/laravel/framework/pull/31956)) +- Fixed cookie helper signature ([#31974](https://github.com/laravel/framework/pull/31974)) + + +## [v6.18.1 (2020-03-10)](https://github.com/laravel/framework/compare/v6.18.0...v6.18.1) + +### Fixed +- Fixed array lock release behavior ([#31795](https://github.com/laravel/framework/pull/31795)) +- Fixed model restoring right after being soft deleting ([#31795](https://github.com/laravel/framework/pull/31795)) +- Fix phpredis "zadd" and "exists" on cluster ([#31838](https://github.com/laravel/framework/pull/31838)) +- Fixed "srid" mysql schema ([#31852](https://github.com/laravel/framework/pull/31852)) +- Fixed Microsoft ODBC lost connection handling ([#31879](https://github.com/laravel/framework/pull/31879)) ## [v6.18.0 (2020-03-03)](https://github.com/laravel/framework/compare/v6.17.1...v6.18.0)