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

- old
+ new

@@ -1,4 +1,7 @@ +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 suggestion by @jlfy. Example: <%= table_for @users do |table| %> <% table.column :id do |user| %>