Skip to content

Commit c24f342

Browse files
committed
[9.x] Added changelog
1 parent 47691b9 commit c24f342

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.33.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.34.0...9.x)
4+
5+
6+
## [v9.34.0](https://github.com/laravel/framework/compare/v9.33.0...v9.34.0) - 2022-10-04
7+
8+
### Added
9+
- Short attribute syntax for Self Closing Blade Components ([#44413](https://github.com/laravel/framework/pull/44413))
10+
- Adds support for PHP's BackedEnum to be "rendered" on blade views ([#44445](https://github.com/laravel/framework/pull/44445))
11+
12+
### Fixed
13+
- Fixed Precognition headers for Symfony responses ([#44424](https://github.com/laravel/framework/pull/44424))
14+
- Allow to create databases with dots ([#44436](https://github.com/laravel/framework/pull/44436))
15+
- Fixes dd source on windows ([#44451](https://github.com/laravel/framework/pull/44451))
16+
17+
### Changed
18+
- Adds error output to db command when missing host ([#44394](https://github.com/laravel/framework/pull/44394))
19+
- Changed `Illuminate/Database/Schema/ForeignIdColumnDefinition::constrained()` ([#44425](https://github.com/laravel/framework/pull/44425))
20+
- Allow maintenance mode events to be listened to in closure based listeners ([#44417](https://github.com/laravel/framework/pull/44417))
21+
- Allow factories to recycle multiple models of a given typ ([#44328](https://github.com/laravel/framework/pull/44328))
22+
- Improves dd clickable link on multiple editors and docker environments ([#44406](https://github.com/laravel/framework/pull/44406))
423

524

625
## [v9.33.0](https://github.com/laravel/framework/compare/v9.32.0...v9.33.0) - 2022-09-30

0 commit comments

Comments
 (0)