laravel/CHANGELOG.md
Dries Vints 8b947ba34c
Merge branch '7.x'
# Conflicts:
#	CHANGELOG.md
#	composer.json
2020-10-30 16:05:55 +01:00

2.7 KiB

Release Notes

Unreleased

v8.3.0 (2020-10-29)

Added

Changed

Fixed

  • Delete removed webpack flag (#5460)

v8.2.0 (2020-10-20)

Added

  • Added 'LOG_LEVEL' env variable in .env.example (#5445)
  • Add 'multiple_of' translation (#5449)

v8.1.0 (2020-10-06)

Added

  • Added LOG_LEVEL env variable (#5442)

Changed

  • Type hint the middleware Request (#5438)

v8.0.3 (2020-09-22)

Changed

v8.0.2 (2020-09-22)

Changed

  • Fully qualified user model in seeder (#5406)
  • Update model path in AuthServiceProvider's policies (#5412)
  • Add commented code (69d0c50)

Fixed

  • Swap route order (292a5b2)
  • Fix route when uncomment $namespace (#5424)

Removed

  • Removed $namespace property (b33852e)

v8.0.1 (2020-09-09)

Changed

  • Re-add property to route service provider (9cbc381)

v8.0.0 (2020-09-08)

Laravel 8 comes with a lot of changes to the base skeleton. Please consult the diff to see what's changed.