CHANGELOG.md in unobtrusive_flash-3.1.0 vs CHANGELOG.md in unobtrusive_flash-3.2.0

- old
+ new

@@ -1,5 +1,14 @@ +## 2015-11-06 3.2.0 + +* Support passing flash with non-successful (non-200) AJAX requests thanks to @Markwallow [#28] +* Tested with Rails 4.2 + +## 2015-10-23 3.1.1 + +* Fix typo that didn't clear domainless cookies thanks to @pavelgnom [#23] + ## 2014-06-23 3.1.0 * Extracted default flash options to `UnobtrusiveFlash.flashOptions` so you can set the message timeout. * Use `hostname` when nuking cookies by @zeppelin [#14] * Check $flashContainer dynamically by @nfedyashev [#15]. @@ -23,6 +32,6 @@ * Grand refactoring * Compatibility with Rails 3 Asset Pipeline * Dropped compatibility with Rails 2 * Decoupled logic from presentation * Compatibility with Bootstrap -* Event-driven architecture \ No newline at end of file +* Event-driven architecture