You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow model attributes to be casted to/from an Enum ([#39315](https://github.com/laravel/framework/pull/39315))
14
+
- Added an Enum validation rule ([#39437](https://github.com/laravel/framework/pull/39437))
15
+
- Auth: Allows to use a callback in credentials array ([#39420](https://github.com/laravel/framework/pull/39420))
16
+
- Added success and failure command assertions ([#39435](https://github.com/laravel/framework/pull/39435))
17
+
18
+
### Fixed
19
+
- Fixed CURRENT_TIMESTAMP as default when changing column ([#39377](https://github.com/laravel/framework/pull/39377))
20
+
- Make accept header comparison case-insensitive ([#39413](https://github.com/laravel/framework/pull/39413))
21
+
- Fixed regression with capitalizing translation params ([#39424](https://github.com/laravel/framework/pull/39424))
22
+
23
+
### Changed
24
+
- Added bound check to env resolving in `Illuminate/Foundation/Application::runningUnitTests()` ([#39434](https://github.com/laravel/framework/pull/39434))
0 commit comments