Skip to content

Commit 8f55fff

Browse files
committed
[8.x] update changelog
1 parent 3b0e469 commit 8f55fff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.77.1...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.78.0...8.x)
4+
5+
6+
## [v8.78.0 (2022-01-04)](https://github.com/laravel/framework/compare/v8.77.1...v8.78.0)
47

58
### Added
69
- Added `schedule:clear-mutex` command ([#40135](https://github.com/laravel/framework/pull/40135))
@@ -11,15 +14,18 @@
1114
- Added `Illuminate/Support/Testing/Fakes/BusFake::assertBatchCount()` ([#40217](https://github.com/laravel/framework/pull/40217))
1215
- Enable only-to-others functionality when using Ably broadcast driver ([#40234](https://github.com/laravel/framework/pull/40234))
1316
- Added ability to customize json options on JsonResource response ([#40208](https://github.com/laravel/framework/pull/40208))
17+
- Added `Illuminate/Support/Stringable::toHtmlString()` ([#40247](https://github.com/laravel/framework/pull/40247))
1418

1519
### Changed
1620
- Improve support for custom Doctrine column types ([#40119](https://github.com/laravel/framework/pull/40119))
1721
- Remove an useless check in Console Application class ([#40145](https://github.com/laravel/framework/pull/40145))
1822
- Sort collections by key when first element of sort operation is string (even if callable) ([#40212](https://github.com/laravel/framework/pull/40212))
1923
- Use first host if multiple in `Illuminate/Database/Console/DbCommand::getConnection()` ([#40226](https://github.com/laravel/framework/pull/40226))
24+
- Improvement in the Reflector class ([#40241](https://github.com/laravel/framework/pull/40241))
2025

2126
### Fixed
2227
- Clear recorded calls when calling Http::fake() ([#40194](https://github.com/laravel/framework/pull/40194))
28+
- Fixed attribute casting ([#40245](https://github.com/laravel/framework/pull/40245), [c0d9735](https://github.com/laravel/framework/commit/c0d97352c46ade8cc254b473580b2655ed474ffc))
2329

2430

2531
## [v8.77.1 (2021-12-21)](https://github.com/laravel/framework/compare/v8.77.0...v8.77.1)

0 commit comments

Comments
 (0)