1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Update Changelog.md

This commit is contained in:
Karl Bryan Paragua 2014-02-15 20:15:19 +08:00
parent 3b2cf091e4
commit d56038faf9

View file

@ -1,5 +1,12 @@
# Changelog
## Version 4.0.0
* https://github.com/kbparagua/paloma/issues/26 - Paloma requests are not saved on `session`.
* https://github.com/kbparagua/paloma/issues/26 - Chaining with redirect is removed.
* Routing from javascript is removed.
* Routing from Rails controller is added.
* Ability to have a controller-wide setting.
## Version 3.0.2
* Bug Fix: Converting Rails controller name to singular form.