CHANGELOG.md in keynote-0.3.1 vs CHANGELOG.md in keynote-1.0.0
- old
+ new
@@ -1,4 +1,16 @@
+## v1.0.0
+* Add support for Rails 5.1.
+* Fix all Ruby warnings generated by Keynote itself.
+* Rumble: Always escape quotation marks in HTML attributes, even if the string
+ is already marked as HTML-safe.
+* Rumble: Allow user to pass in a `data` hash to generate data attributes.
+* Rumble: Allow user to pass in an array value for an attribute, which will be
+ joined by spaces.
+
+## v0.3.1
+* Add support for Rails 5.0. (@dra)
+
## v0.3.0
* Drop support for Rails 3.0 and Ruby 1.9.2; add support for Rails 4.2.
* Drop support for MiniTest::Rails versions older than 2.0; add support for 2.0
and higher. (@kirs)