Skip to content

Commit 5106b04

Browse files
Update Changelog (#200)
* docs: update changelog * docs: update changelog
1 parent 64a2102 commit 5106b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 0.6.0
22
* Replaced the `KeyPair` class with `typedef KeyPair<T, S> = ({T privateKey, S publicKey})` and refactored key generation methods to return a named record.
3+
* Bumped minimum required CMake version to `3.10` for building the
4+
bundled native library (`flutter pub run webcrypto:setup`).
35

46
# 0.5.8
57
* All classes previously annotated `@sealed` are now `final`!

0 commit comments

Comments
 (0)