Skip to content

Commit

Permalink
Update CHANGELOG-6.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Mar 23, 2020
1 parent eb26443 commit 232cc83
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 232cc83

Please sign in to comment.