Skip to content

Commit 4e6450c

Browse files
docs: update changelog
1 parent 7801d4f commit 4e6450c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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+
* Moved the following operations off the main thread with `Isolate`:
4+
- `generateRsaKeyPair`
5+
36

47
# 0.5.8
58
* All classes previously annotated `@sealed` are now `final`!

0 commit comments

Comments
 (0)