Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 435 Bytes

CHANGELOG-5.x.md

File metadata and controls

16 lines (9 loc) · 435 Bytes

Changelog for 5.x

This changelog references the relevant changes (bug and security fixes) done to orchestra/contracts.

5.0.0

Released: 2020-03-08

Changes

  • Update support for Laravel Framework v7.
  • Changed Orchestra\Contracts\Installation\Installation::make() return type to void instead of bool.

Removed

  • Remove deprecated Orchestra\Contracts\Installation\Installation::bootInstallerFilesForTesting().