README.md in closure_tree-3.6.5 vs README.md in closure_tree-3.6.6
- old
+ new
@@ -359,12 +359,17 @@
* The latest Rails 3.0, 3.1, and 3.2 branches, and
* MySQL, PostgreSQL, & SQLite.
## Change log
+### 3.6.6
+
+* Added support for Rails 4's [strong parameter](https://github.com/rails/strong_parameters).
+Thanks, [James Miller](https://github.com/bensie)!
+
### 3.6.5
-* Use ```quote_table_name``` instead of ```quote_column_name```
+* Use ```quote_table_name``` instead of ```quote_column_name```. Addresses
[issue 29](https://github.com/mceachen/closure_tree/issues/29). Thanks,
[Marcello Barnaba](https://github.com/vjt)!
### 3.6.4