Skip to content

Commit d37d032

Browse files
committed
[8.x] update changelog
1 parent de0071d commit d37d032

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG-8.x.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Release Notes for 8.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.68.1...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.69.0...8.x)
4+
5+
6+
## [v8.69.0 (2021-11-02)](https://github.com/laravel/framework/compare/v8.68.1...v8.69.0)
7+
8+
### Added
9+
- Improve content negotiation for exception handling ([#39385](https://github.com/laravel/framework/pull/39385))
10+
- Added support for SKIP LOCKED to MariaDB ([#39396](https://github.com/laravel/framework/pull/39396))
11+
- Custom cast string into Stringable ([#39410](https://github.com/laravel/framework/pull/39410))
12+
- Added `Illuminate/Support/Str::mask()` ([#39393](https://github.com/laravel/framework/pull/39393))
13+
- 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))
425

526

627
## [v8.68.1 (2021-10-27)](https://github.com/laravel/framework/compare/v8.68.0...v8.68.1)

0 commit comments

Comments
 (0)