diff options
author | Fatih Kalifa <fatih@pvey.es> | 2013-11-05 09:36:40 +0100 |
---|---|---|
committer | Fatih Kalifa <fatih@pvey.es> | 2013-11-05 09:36:40 +0100 |
commit | 0b58b3cad456efc5ecce89f622876c6b715439c2 (patch) | |
tree | 1a67cdf87d5e3aa2c698ad392d9befd413719a43 /user_guide_src/source/changelog.rst | |
parent | 442b50b0c78a8c630b139d3a9a30d3b731253565 (diff) |
Fix HTTP Verb Routing Rules
Fix code style, removed (:any) rule in http verb to avoid confusion, and
add proposed documentation and changelog
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 4a45a71b0..90229d206 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -420,6 +420,7 @@ Release Date: Not Released - :doc:`URI Routing <general/routing>` changes include: + - Added possibility to route requests using HTTP Verb - Added possibility to route requests using callbacks. - Added a new reserved route (*translate_uri_dashes*) to allow usage of dashes in the controller and method URI segments. - Deprecated methods ``fetch_directory()``, ``fetch_class()`` and ``fetch_method()`` in favor of their respective public properties. |