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.
This commit is contained in:
Christian Flothmann 2019-01-27 10:14:53 +01:00
parent 1aa652e2cb
commit aa354cef57
2 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,6 @@
CHANGELOG
=========
4.3.0
-----
* add `help_html` form option to display the `help` text as HTML
4.2.0
-----

View File

@ -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