NEWS.rdoc in safe_attributes-1.0.8 vs NEWS.rdoc in safe_attributes-1.0.9
- old
+ new
@@ -1,4 +1,9 @@
+= Version 1.0.9
+
+* Can avoid the railtie that automatically includes SafeAttributes, see README
+* Using appraisal to test multiple versions of activerecord
+
= Version 1.0.8
* Tested against Rails 3.2
* No longer uses InstanceMethods, avoids deprecation warning under Rails 3.2
* Updated README noting column named 'attribute' will never work