Changelog.md in paloma-3.0.2 vs Changelog.md in paloma-4.0.0

- old
+ new

@@ -1,6 +1,14 @@ # 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. +* https://github.com/kbparagua/paloma/issues/29 - Disable `console.log` and `console.warn` for non-development environments. + ## Version 3.0.2 * Bug Fix: Converting Rails controller name to singular form.