Commit ed3178ba authored by Igor Wiedler's avatar Igor Wiedler

Add note to changelog, improve symfony_bridges changelog entry

parent 1f30a648
......@@ -3,9 +3,15 @@ Changelog
This changelog references all backward incompatibilities as we introduce them:
* **2012-05-26**: added ``boot()`` to ``ServiceProviderInterface``
* **2012-05-31**: Made the ``BrowserKit``, ``CssSelector`` and ``DomCrawler``
components optional dependencies. Projects that have functional tests should
add those dependencies into the ``require-dev`` section of their
``composer.json``.
* **2012-05-26**: Removed ``SymfonyBridgesServiceProvider``
* **2012-05-26**: added ``boot()`` to ``ServiceProviderInterface``.
* **2012-05-26**: Removed ``SymfonyBridgesServiceProvider``. It is now implicit
by checking the existence of the bridge.
* **2012-05-26**: Removed the ``translator.messages`` parameter (use
``translator.domains`` instead).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment