Fix CS in changelogs

This commit is contained in:
Jérémy Derussé 2020-12-10 17:34:26 +01:00
parent f4a02b4603
commit a46cff26c6
No known key found for this signature in database
GPG Key ID: 2083FA5758C473D2
11 changed files with 88 additions and 91 deletions

View File

@ -870,7 +870,6 @@ TwigBridge
* Removed `LintCommand::set/getTwigEnvironment`. Pass an instance of
`Twig\Environment` as first argument of the constructor instead.
Validator
---------

View File

@ -37,7 +37,6 @@ exception objects
* `FlattenException::getTrace()` now returns additional type descriptions
`integer` and `float`.
3.0.0
-----

View File

@ -136,7 +136,6 @@ CHANGELOG
* added `TaggedIteratorArgument` with YAML (`!tagged foo`) and XML (`<service type="tagged"/>`) support
* deprecated `AutowireExceptionPass` and `AutowirePass::getAutowiringExceptions()`, use `Definition::addError()` and the `DefinitionErrorExceptionPass` instead
3.3.0
-----