Update HISTORY.md (#2777)

This commit is contained in:
Denis Angell
2024-12-02 21:17:02 +01:00
committed by GitHub
parent 24e9ad7c12
commit b3a76bd9c0

View File

@@ -47,6 +47,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## 3.0.0 (2024-02-01)
### BREAKING CHANGES
* The default signing algorithm in the `Wallet` was changed from secp256k1 to ed25519
* Bump typescript to 5.x
* Remove Node 14 support
* Remove `crypto` polyfills, `create-hash`, `elliptic`, `hash.js`, and their many dependencies in favor of `@noble/hashes` and `@nobel/curves`