Skip to content

Commit

Permalink
Update CHANGELOG.md for 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardStyles committed Nov 1, 2020
1 parent a930cf7 commit 77f774a
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 @@ -6,6 +6,9 @@ All notable changes to `eloquentencryption` will be documented in this file
- EloquentEncryption now uses `Illuminate\Contracts\Encryption\Encrypter` contract.
- **BC** If relying on 1.x use `encryptString()` or `decryptString()` functions **if you are using this encryption elsewhere in your application**. As the default encrypt/decrypt function now serialize values automatically, this may cause unexpected errors during decrypting.

## 1.5
- Add `EncryptedBoolean` cast by @valorin [#3](https://github.com/RichardStyles/EloquentEncryption/pull/3)

## 1.4
- Add optional support to define `RsaKeyHandler` to store, retrieved generated RSA keys.

Expand Down

0 comments on commit 77f774a

Please sign in to comment.