CHANGELOG in shuber-attr_encrypted-1.0.5 vs CHANGELOG in shuber-attr_encrypted-1.0.6
- old
+ new
@@ -1,12 +1,17 @@
+2009-01-13 - Sean Huber (shuber@huberry.com)
+ * :marshal no longer defaults to true in ORM adapters
+ * Load gem dependencies
+
2009-01-12 - Sean Huber (shuber@huberry.com)
* Remove read_attribute and write_attribute methods - unnecessary
* ActiveRecord and DataMapper extensions are now "adapters"
* Check for existing reader and writer methods separately before creating default ones for encrypted attributes
* Typo: should send(encrypted_attribute_name.to_sym) instead of send(encrypted_attribute_name.to_s)
* Add Sequel adapter
* Update DataMapper tests
* Update README
+ * Set attr_encrypted_options instead of overwriting the attr_encrypted method in adapters
2009-01-11 - Sean Huber (shuber@huberry.com)
* Update README
2009-01-10 - Sean Huber (shuber@huberry.com)
\ No newline at end of file