Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
c787d3b1
Commit
c787d3b1
authored
Sep 22, 2011
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed doc markup
parent
d80f6492
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
doc/changelog.rst
doc/changelog.rst
+8
-8
No files found.
doc/changelog.rst
View file @
c787d3b1
...
...
@@ -3,14 +3,14 @@ Changelog
This changelog references all backward incompatibilities as we introduce them:
* **2011-09-22**: `
ExtensionInterface
` has been renamed to
`
ServiceProviderInterface
`. All built-in extensions have been renamed
accordingly (for instance, `
Silex\\Extension\\TwigExtension` has been renamed
to `Silex\\Provider\\TwigServiceProvider
`)
* **2011-09-22**: The way reusable applications work has changed. The
`mount()`
method now takes an instance of `ControllerCollection` instead of an
`Application
` one.
* **2011-09-22**: `
`ExtensionInterface`
` has been renamed to
`
`ServiceProviderInterface`
`. All built-in extensions have been renamed
accordingly (for instance, `
`Silex\\Extension\\TwigExtension`` has been
renamed to ``Silex\\Provider\\TwigServiceProvider`
`)
* **2011-09-22**: The way reusable applications work has changed. The
``mount()`` method now takes an instance of ``ControllerCollection`` instead
of an ``Application`
` one.
Before::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment