Skip to content

Commit

Permalink
Update CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Sep 2, 2019
1 parent d4ce0de commit a9df303
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
= Change Log =

== 2.4.1 (**Sep 3, 2019**) ==

* Fixed hooks documentation (it wasn't updated to 2.4 hooks)
* Fixed examples in controller wrappers registration (they weren't updated to 2.4)
* 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.
* Fixed crash when error controller is accessed directly without any error.
* Removed stray ``<p>`` tag in JSON responses from error controller.
* Replaced references to 2.3 with 2.4 in quickstarted apps

== 2.4.0 (**May 10, 2019**) ==

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

0 comments on commit a9df303

Please sign in to comment.