CHANGELOG.md in lockbox-0.2.5 vs CHANGELOG.md in lockbox-0.3.0
- old
+ new
@@ -1,4 +1,14 @@
+## 0.3.0 (2019-12-22)
+
+- Added support for custom types
+- Added support for virtual attributes
+- Made many Mongoid methods consistent with unencrypted columns
+- Made `was` and `in_database` methods consistent with unencrypted columns before an update
+- Made `restore` methods restore ciphertext
+- Fixed virtual attribute being saved with `nil` for Mongoid
+- Changed `Lockbox` to module
+
## 0.2.5 (2019-12-14)
- Made `model.attribute?` consistent with unencrypted columns
- Added `decrypt_str` method
- Improved fixtures for attributes with `type` option