CHANGELOG.rdoc in table-for-3.6.0 vs CHANGELOG.rdoc in table-for-3.6.1

- old
+ new

@@ -1,4 +1,10 @@ +3.6.1 +* Fixed :sortable option for Rails 5 that was breaking when +ActionController::Parameters#to_query was being called without any arguments +as reported and fixed by @karwank here https://github.com/hunterae/table-for/pull/10. +Thanks @karwank. + 3.6.0 * Generated td tags will collapse all whitespace per suggestion by @jlfy. 3.5.0 * table_for now keeps track of the current index of the row being render, per