Skip to content

Commit f5f191e

Browse files
committed
fix changelog
1 parent f922e1f commit f5f191e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Added `sign_loan_set_by_counterparty` helper function to sign LoanSet transactions as the counterparty (supports both single-sign and multi-sign modes)
1313
- Added `combine_loanset_counterparty_signers` helper function to combine multiple counterparty signatures for multi-sign LoanSet transactions
1414
- Added `compute_signature` helper function to compute transaction signatures with optional multi-sign support
15+
- Introduce the binary-codec for the new rippled type titled "Int32". This type is used to represent the LoanScale field relating to the Lending Protocol.
1516

1617
### Fixed
1718

1819
- Updates `Number` codec with mantissa range normalization ([10^18, 10^19 - 1]) and appropriate overflow/underflow checks
19-
- Introduce the binary-codec for the new rippled type titled "Int32". This type is used to represent the LoanScale field relating to the Lending Protocol.
2020
- Fix `Request.from_xrpl` by aliasing it to `Request.from_dict`
2121

2222
## [[4.4.0]] - 2025-12-16

0 commit comments

Comments
 (0)