diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index 15a7636d..6ff858eb 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -3,6 +3,7 @@ ## Unreleased ### Added - Allow custom type definitions to be used for encoding/decoding transactions at runtime (e.g. for sidechains/new amendments) +* Support for the XChainBridge amendment. ## 1.5.0 (2023-03-08) ### Changed diff --git a/packages/xrpl/HISTORY.md b/packages/xrpl/HISTORY.md index 5cdef184..aa86627b 100644 --- a/packages/xrpl/HISTORY.md +++ b/packages/xrpl/HISTORY.md @@ -5,7 +5,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr ### Added * Null and undefined values in transactions are now treated as though the field was not passed in. -* Support for the cross-chain bridge feature. +* Support for the XChainBridge amendment. ### Fixed * Added `destination_amount` to `PathOption` which is returned as part of a `path_find` request