Skip to content

Commit 65f1205

Browse files
committed
Add CHANGELOG entry
1 parent e30fc92 commit 65f1205

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
## Unreleased
55

6-
- Fix bug in asset sorting. We were not correctly sorting in ascii bytes
7-
([#606](https://github.com/stellar/js-stellar-base/pull/606))
6+
7+
### Fix
8+
- Fixes a bug in asset sorting that did not correctly sort on ASCII bytes
9+
([#606](https://github.com/stellar/js-stellar-base/pull/606)).
10+
11+
### Update
12+
- Migrates code to use the native `BigInt` wherever possible over the `BigNumber` dependency ([#607](https://github.com/stellar/js-stellar-base/pull/607)).
813

914

1015
## [v9.0.0-beta.2](https://github.com/stellar/js-stellar-base/compare/v9.0.0-beta.1..v9.0.0-beta.2)

0 commit comments

Comments
 (0)