WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a9df303

Browse files
committed
Update CHANGES.txt
1 parent d4ce0de commit a9df303

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
= Change Log =
22

3+
== 2.4.1 (**Sep 3, 2019**) ==
4+
5+
* Fixed hooks documentation (it wasn't updated to 2.4 hooks)
6+
* Fixed examples in controller wrappers registration (they weren't updated to 2.4)
7+
* Error controller is now able to properly respond JSON when the client sends ``Accept: application/json`` even if the routed action didn't support it.
8+
* Fixed crash when error controller is accessed directly without any error.
9+
* Removed stray ``<p>`` tag in JSON responses from error controller.
10+
* Replaced references to 2.3 with 2.4 in quickstarted apps
11+
312
== 2.4.0 (**May 10, 2019**) ==
413

514
* Configuration system rewrite, configuration is now based on a Configurator and Components.

0 commit comments

Comments
 (0)