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
1b5f29d3
Commit
1b5f29d3
authored
May 14, 2015
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the changelog
parent
fd1fb2ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
doc/changelog.rst
doc/changelog.rst
+1
-0
doc/usage.rst
doc/usage.rst
+1
-1
No files found.
doc/changelog.rst
View file @
1b5f29d3
...
@@ -4,6 +4,7 @@ Changelog
...
@@ -4,6 +4,7 @@ Changelog
1.3.0 (2015-XX-XX)
1.3.0 (2015-XX-XX)
------------------
------------------
* added view handlers
* added support for the OPTIONS HTTP method
* added support for the OPTIONS HTTP method
* added caching for the Translator provider
* added caching for the Translator provider
* deprecated `$app['exception_handler']->disable()` in favor of `unset($app['exception_handler'])`
* deprecated `$app['exception_handler']->disable()` in favor of `unset($app['exception_handler'])`
...
...
doc/usage.rst
View file @
1b5f29d3
...
@@ -580,7 +580,7 @@ making them a good candidate for basic content negotiation::
...
@@ -580,7 +580,7 @@ making them a good candidate for basic content negotiation::
View Handlers will be examined in the order they are added to the application
View Handlers will be examined in the order they are added to the application
and Silex will use type hints to determine if a view handler should be used for
and Silex will use type hints to determine if a view handler should be used for
the current result, continously using the return value of the last view handler
the current result, contin
u
ously using the return value of the last view handler
as the input for the next.
as the input for the next.
.. note::
.. note::
...
...
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