diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b17918..f4204448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # 0.6.0 * Replaced the `KeyPair` class with `typedef KeyPair = ({T privateKey, S publicKey})` and refactored key generation methods to return a named record. +* Bumped minimum required CMake version to `3.10` for building the + bundled native library (`flutter pub run webcrypto:setup`). # 0.5.8 * All classes previously annotated `@sealed` are now `final`!