Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions user_guide_src/source/changelogs/v4.2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ BREAKING
- A bug that caused pages to be cached before after filters were executed when using page caching has been fixed. Adding response headers or changing the response body in after filters now caches them correctly.
- Due to a bug fix, now :php:func:`random_string()` with the first parameter ``'crypto'`` throws ``InvalidArgumentException`` if the second parameter ``$len`` is an odd number.

Message Changes
***************

- Fixed ``invalidRoute`` message in ``Language/en/HTTP.php``.

Changes
*******

Expand Down
3 changes: 2 additions & 1 deletion user_guide_src/source/changelogs/v4.2.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ none.
Message Changes
***************

- Added missing item ``valid_json`` in ``Language/en/Validation.php``
- Fixed typos in some items in ``Language/en/Email.php``.
- Added missing item ``valid_json`` in ``Language/en/Validation.php``.

Changes
*******
Expand Down