laravel/CHANGELOG.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

2017-03-25 09:33:49 -07:00
# Release Notes
2023-02-21 15:35:21 +00:00
## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.3...10.x)
## [v10.0.3](https://github.com/laravel/laravel/compare/v10.0.2...v10.0.3) - 2023-02-21
- Remove redundant `@return` docblock in UserFactory by @datlechin in https://github.com/laravel/laravel/pull/6119
- Reverts change in asset helper by @timacdonald in https://github.com/laravel/laravel/pull/6122
2023-02-16 19:40:10 +00:00
## [v10.0.2](https://github.com/laravel/laravel/compare/v10.0.1...v10.0.2) - 2023-02-16
2023-02-16 10:04:00 +00:00
2023-02-21 16:33:51 +01:00
- Remove unneeded call by @taylorotwell in https://github.com/laravel/laravel/commit/3986d4c54041fd27af36f96cf11bd79ce7b1ee4e
2023-02-16 10:04:00 +00:00
## [v10.0.1](https://github.com/laravel/laravel/compare/v10.0.0...v10.0.1) - 2023-02-15
- Add PHPUnit result cache to gitignore by @itxshakil in https://github.com/laravel/laravel/pull/6105
- Allow php-http/discovery as a composer plugin by @nicolas-grekas in https://github.com/laravel/laravel/pull/6106
2022-07-19 14:22:59 +00:00
2023-02-14 16:37:02 +01:00
## [v10.0.0 (2022-02-14)](https://github.com/laravel/laravel/compare/v9.5.2...v10.0.0)
2022-07-19 14:22:59 +00:00
2022-07-25 11:06:51 +02:00
Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.