2.11 release (#2442)

* update HISTORY

* update docgen

* update package versions
This commit is contained in:
Omar Khan
2023-08-24 13:44:29 -04:00
committed by GitHub
parent 49447a9beb
commit 37fbc03584
317 changed files with 13672 additions and 2801 deletions

View File

@@ -3,7 +3,10 @@
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
## Unreleased
## 2.11.0 (2023-08-24)
### Added
* 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).
## 2.10.0 (2023-08-07)