doc: update HISTORY.md with source-map fix (#2467)

This was missed when I did #2435 which led to `ripple-address-codec` and
`ripple-keypairs` not being released.
This commit is contained in:
Caleb Kniffen
2023-09-06 17:26:59 -05:00
committed by GitHub
parent b45ad595ae
commit 8e5aa9df99
4 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
* Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78)
* Add `walletFromSecretNumbers` to derive a wallet from [XLS-12](https://github.com/XRPLF/XRPL-Standards/issues/15). Currently only works with `secp256k1` keys, but will work with `ED25519` keys as part of 3.0 via [#2376](https://github.com/XRPLF/xrpl.js/pull/2376).
### Fixed
* Fix source-maps not finding their designated source
## 2.10.0 (2023-08-07)
### Added