Skip to content

Commit 0aa5dbd

Browse files
committed
docs: add changelog
1 parent 3f3d216 commit 0aa5dbd

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
@@ -83,8 +83,17 @@ Enhancements
8383
Commands
8484
========
8585

86-
- Now ``spark routes`` command can specify the host in the request URL.
87-
See :ref:`routing-spark-routes-specify-host`.
86+
- **spark routes:**
87+
- Now you can specify the host in the request URL.
88+
See :ref:`routing-spark-routes-specify-host`.
89+
- It shows view files of :ref:`view-routes` in *Handler* like the following:
90+
91+
+---------+-------------+------+------------------------------+----------------+---------------+
92+
| Method | Route | Name | Handler | Before Filters | After Filters |
93+
+---------+-------------+------+------------------------------+----------------+---------------+
94+
| GET | about | » | (View) pages/about | | toolbar |
95+
+---------+-------------+------+------------------------------+----------------+---------------+
96+
8897

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

155165
Message Changes
156166
***************

0 commit comments

Comments
 (0)