Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 6, 2023
1 parent 3f3d216 commit 0aa5dbd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions user_guide_src/source/changelogs/v4.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,17 @@ Enhancements
Commands
========

- Now ``spark routes`` command can specify the host in the request URL.
See :ref:`routing-spark-routes-specify-host`.
- **spark routes:**
- Now you can specify the host in the request URL.
See :ref:`routing-spark-routes-specify-host`.
- It shows view files of :ref:`view-routes` in *Handler* like the following:

+---------+-------------+------+------------------------------+----------------+---------------+
| Method | Route | Name | Handler | Before Filters | After Filters |
+---------+-------------+------+------------------------------+----------------+---------------+
| GET | about | » | (View) pages/about | | toolbar |
+---------+-------------+------+------------------------------+----------------+---------------+


Testing
=======
Expand Down Expand Up @@ -151,6 +160,7 @@ Others
- **Error Handling:** Now you can use :ref:`custom-exception-handlers`.
- **RedirectException:** can also take an object that implements ResponseInterface as its first argument.
- **RedirectException:** implements ResponsableInterface.
- **DebugBar:** Now :ref:`view-routes` are displayed in *DEFINED ROUTES* on the *Routes* tab.

Message Changes
***************
Expand Down

0 comments on commit 0aa5dbd

Please sign in to comment.