Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Aug 30, 2024
1 parent 5dfbdbc commit 36335ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 36335ef

Please sign in to comment.