Commit c787d3b1 authored by Fabien Potencier's avatar Fabien Potencier

fixed doc markup

parent d80f6492
...@@ -3,14 +3,14 @@ Changelog ...@@ -3,14 +3,14 @@ Changelog
This changelog references all backward incompatibilities as we introduce them: This changelog references all backward incompatibilities as we introduce them:
* **2011-09-22**: `ExtensionInterface` has been renamed to * **2011-09-22**: ``ExtensionInterface`` has been renamed to
`ServiceProviderInterface`. All built-in extensions have been renamed ``ServiceProviderInterface``. All built-in extensions have been renamed
accordingly (for instance, `Silex\\Extension\\TwigExtension` has been renamed accordingly (for instance, ``Silex\\Extension\\TwigExtension`` has been
to `Silex\\Provider\\TwigServiceProvider`) renamed to ``Silex\\Provider\\TwigServiceProvider``)
* **2011-09-22**: The way reusable applications work has changed. The `mount()` * **2011-09-22**: The way reusable applications work has changed. The
method now takes an instance of `ControllerCollection` instead of an ``mount()`` method now takes an instance of ``ControllerCollection`` instead
`Application` one. of an ``Application`` one.
Before:: Before::
......
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