Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.57 KB

CHANGELOG-5.8.md

File metadata and controls

37 lines (22 loc) · 1.57 KB

Release Notes for 5.8.x

Fixed

  • Fixed environment variable parsing (#27706)
  • Fixed guessed policy names when using Gate::forUser (#27708)
  • Fixed via as string in the Notification (#27710)

Changed

  • Check if MessageBag is empty before checking keys exist in the MessageBag (#27719)

TODO

Fixed

  • Fixed quoted environment variable parsing (#27691)

Added

  • Added Illuminate\View\FileViewFinder::setPaths() (#27678)

Changed

  • Return fake objects from facades (#27680)

Reverted

  • reverted changes related to the Facade (63d87d7)

Check the upgrade guide in the Official Laravel Documentation.