Skip to content

Commit

Permalink
Update changelog with latest features in 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
h-lame committed Nov 21, 2018
1 parent eabde1c commit beb5a4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
## Unreleased

NEW FEATURES
- Support for batch encryption/decryption via `Vault::Rails.batch_encrypt`
and `Vault::Rails.batch_decrypt` methods.
- Introduce deprecation warnings for the breaking changes between 0.6 and
0.7. This includes adding back `Vault::AttributeProxy` as an empty
module that generates a deprecation warning.

BUG FIXES
- Actually persist encrypted attributes when using
`vault_persist_before_save!` in rails 5.2
- Support lazy loading of `nil` values.

## v0.7.0 (October 24, 2018)

Expand Down

0 comments on commit beb5a4e

Please sign in to comment.