8000 Release v6.3.0-RC2 by fabpot · Pull Request #50455 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v6.3.0-RC2 #50455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CHANGELOG for 6.3.0-RC2
  • Loading branch information
fabpot committed May 27, 2023
commit 94f492ed23305d95157eef90c7302d04504585b2
13 changes: 13 additions & 0 deletions CHANGELOG-6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ in 6.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.3.0...v6.3.1

* 6.3.0-RC2 (2023-05-27)

* feature #50445 [AssetMapper] Add "=alias" syntax to importmap:require (weaverryan)
* bug #50442 [SecurityBundle] Update security-1.0.xsd to include missing access-token definition (aegypius)
* bug #50440 [DependencyInjection] Revert "Use weak references in the container" (nicolas-grekas)
* bug #50429 [Console] block input stream if needed (joelwurtz)
* bug #50397 [HttpKernel][VarDumper] Fix dumping with labels (nicolas-grekas)
* bug #50408 [AssetMapper] Change default importmap "provider" to JsDelivr+esm (weaverryan, nicolas-grekas)
* bug #50394 [AssetMapper] Avoid loading potentially ALL assets in dev server (weaverryan)
* bug #50400 [AssetMapper] Sometimes asset contents are built from non-asset files (weaverryan)
* bug #50406 [VarDumper] Fix `dd()` showing line with `null` (HypeMC)
* bug #50393 [AssetMapper] Fixing incorrect exception & adding allowing more realistic error mode (weaverryan)

* 6.3.0-RC1 (2023-05-22)

* bug #49817 [Scheduler] Improve triggers performance when possible (fabpot)
Expand Down
0