Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simc committed Feb 6, 2020
1 parent 8182f99 commit 7e1894b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
- Added `box.valuesBetween(startKey, endKey)`
- Allow tree shaking to drop encryption engine if no encryption is used

### Fixes
- `Hive.deleteBoxFromDisk()` did not work for boxes with upper-case names

### More
- Deprecated `encryptionKey` parameter. Use `Hive.openBox('name', encryptionCipher: HiveAesCipher(yourKey))`.
- Dropped `pointycastle` dependency
- Dropped `path` dependency

## Fixes
- `Hive.deleteBoxFromDisk()` did not work for boxes with upper-case names

## 1.3.0

*Use latest version of `hive_generator`*
Expand Down

0 comments on commit 7e1894b

Please sign in to comment.