diff --git a/CHANGELOG-6.3.md b/CHANGELOG-6.3.md index 7e4cfd89e2440..73ef0487e49f5 100644 --- a/CHANGELOG-6.3.md +++ b/CHANGELOG-6.3.md @@ -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) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index f9a969b659130..0bd152bc8208a 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl */ private static array $freshCache = []; - public const VERSION = '6.3.0-DEV'; + public const VERSION = '6.3.0-RC2'; public const VERSION_ID = 60300; public const MAJOR_VERSION = 6; public const MINOR_VERSION = 3; public const RELEASE_VERSION = 0; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = 'RC2'; public const END_OF_MAINTENANCE = '01/2024'; public const END_OF_LIFE = '01/2024'; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy