diff --git a/packages/xrpl/HISTORY.md b/packages/xrpl/HISTORY.md index 483253d4f2..63bd39c069 100644 --- a/packages/xrpl/HISTORY.md +++ b/packages/xrpl/HISTORY.md @@ -4,6 +4,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr ## Unreleased +### Added +* Adds `apiVersion` option on `Client` constructor + ## 4.2.0 (2025-2-13) ### Added @@ -12,7 +15,6 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr * Support for the Permissioned Domains amendment (XLS-80). * Support for the `simulate` RPC ([XLS-69](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0069-simulate)) * Support for XLS-77d Deep-Freeze amendment -* Adds `apiVersion` option on `Client` constructor ### Changed * Deprecated `setTransactionFlagsToNumber`. Start using convertTxFlagsToNumber instead