mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
* symfony 5.4 (diff dev) * symfony 5.4 (working) * symfony 5.4 (update autoload) * symfony 5.4 (remove swiftmailer mailer implementation) * symfony 5.4 (php doc and split Global accessor class) ### Impacted packages: composer require php:">=7.2.5 <8.0.0" symfony/console:5.4.* symfony/dotenv:5.4.* symfony/framework-bundle:5.4.* symfony/twig-bundle:5.4.* symfony/yaml:5.4.* --update-with-dependencies composer require symfony/stopwatch:5.4.* symfony/web-profiler-bundle:5.4.* --dev --update-with-dependencies
25 lines
636 B
Markdown
25 lines
636 B
Markdown
CHANGELOG
|
|
=========
|
|
|
|
5.4
|
|
---
|
|
|
|
* Make `DebugClassLoader` trigger deprecation notices on missing return types
|
|
* Add `SYMFONY_PATCH_TYPE_DECLARATIONS='force=2'` mode to `DebugClassLoader` to turn annotations into native return types
|
|
|
|
5.2.0
|
|
-----
|
|
|
|
* added the ability to set `HtmlErrorRenderer::$template` to a custom template to render when not in debug mode.
|
|
|
|
5.1.0
|
|
-----
|
|
|
|
* The `HtmlErrorRenderer` and `SerializerErrorRenderer` add `X-Debug-Exception` and `X-Debug-Exception-File` headers in debug mode.
|
|
|
|
4.4.0
|
|
-----
|
|
|
|
* added the component
|
|
* added `ErrorHandler::call()` method utility to turn any PHP error into `\ErrorException`
|