Skip to content

Commit c12391f

Browse files
committed
docs: add changelog
1 parent 9c9cad7 commit c12391f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

user_guide_src/source/changelogs/v4.4.0.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,17 @@ Enhancements
7474
Commands
7575
========
7676

77-
- Now ``spark routes`` command can specify the host in the request URL.
78-
See :ref:`routing-spark-routes-specify-host`.
77+
- **spark routes:**
78+
- Now you can specify the host in the request URL.
79+
See :ref:`routing-spark-routes-specify-host`.
80+
- It shows view files of :ref:`view-routes` in *Handler* like the following:
81+
82+
+---------+-------------+------+------------------------------+----------------+---------------+
83+
| Method | Route | Name | Handler | Before Filters | After Filters |
84+
+---------+-------------+------+------------------------------+----------------+---------------+
85+
| GET | about | » | (View) pages/about | | toolbar |
86+
+---------+-------------+------+------------------------------+----------------+---------------+
87+
7988

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

146156
Message Changes
147157
***************

0 commit comments

Comments
 (0)