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
69b47da9
Commit
69b47da9
authored
Sep 22, 2011
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved Changelog to the documentation for easy reference on the website
parent
9eb53b54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
doc/changelog.rst
doc/changelog.rst
+5
-2
doc/index.rst
doc/index.rst
+1
-0
No files found.
CHANGELOG
→
doc/changelog.rst
View file @
69b47da9
Changelog
=========
This changelog references all backward incompatibilities as we introduce them:
* 2011-
21-09
: `ExtensionInterface` has been renamed to
* 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-
21-09
: The way reusable applications work has changed. The `mount()`
* 2011-
09-22
: The way reusable applications work has changed. The `mount()`
method now takes an instance of `ControllerCollection` instead of an
`Application` one.
...
...
doc/index.rst
View file @
69b47da9
...
...
@@ -12,3 +12,4 @@ Silex
internals
contributing
providers/index
changelog
\ No newline at end of file
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