From aa354cef57a64a7d41a2aa28bd5ff6d102537b4f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 27 Jan 2019 10:14:53 +0100 Subject: [PATCH] remove accidentally added changelog entries The `help_html` option is neither part of the Twig bridge nor of the FrameworkBundle. It is provided by the Form component. --- src/Symfony/Bridge/Twig/CHANGELOG.md | 5 ----- src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md | 3 --- 2 files changed, 8 deletions(-) diff --git a/src/Symfony/Bridge/Twig/CHANGELOG.md b/src/Symfony/Bridge/Twig/CHANGELOG.md index e8e5f8de46..2982e6b66f 100644 --- a/src/Symfony/Bridge/Twig/CHANGELOG.md +++ b/src/Symfony/Bridge/Twig/CHANGELOG.md @@ -1,11 +1,6 @@ CHANGELOG ========= -4.3.0 ------ - - * add `help_html` form option to display the `help` text as HTML - 4.2.0 ----- diff --git a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md index ec9f65711c..9b9fdecee5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md @@ -6,10 +6,7 @@ CHANGELOG * Not passing the project directory to the constructor of the `AssetsInstallCommand` is deprecated. This argument will be mandatory in 5.0. - * Added `ControllerTrait::isFormValid()` - * Added an `help_html` form option to display the `help` text as HTML * Deprecated the "Psr\SimpleCache\CacheInterface" / "cache.app.simple" service, use "Symfony\Contracts\Cache\CacheInterface" / "cache.app" instead - * [BC Break] When using Messenger, the default transport changed from using Symfony's serializer service to use `PhpSerializer`, which uses PHP's native `serialize()` and `unserialize()` functions. To use the