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
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
= Change Log =
2
2
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
+
3
12
== 2.4.0 (**May 10, 2019**) ==
4
13
5
14
* Configuration system rewrite, configuration is now based on a Configurator and Components.
0 commit comments