From 36335efe28d9c809d6ab41323c805bc99a745518 Mon Sep 17 00:00:00 2001 From: Yulian Kuncheff Date: Fri, 30 Aug 2024 12:22:14 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f54ff93..182c433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ v4.5.0 +* Change to CryptoRNG by default, you will now need to use MathRNG explicitly if you want speed over security. (thanks @Rexios80) + * This also works around a regression in the Dart SDK on WASM targets: https://github.com/dart-lang/sdk/issues/56609 * Deprecate the use of `Uuid.NAMESPACE*` and `UuidV5.NAMESPACE`, and switch to using a proper const enum for this. (thanks @bymoye) * These will be removed once sufficient time has been made for the deprecation notice to be seen. Most likely v5.0. * Please use the new `Namespace` enum in `enums.dart`.