Move UNLModify fix to proper package history (#1862)

This commit is contained in:
Jackson Mills
2021-12-07 14:32:46 -08:00
committed by GitHub
parent 3756afb8ca
commit c0a19a8417
2 changed files with 1 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
## 1.2.2 (2021-12-2)
- Fix issue where unsupported currency codes weren't being correctly processed
- Added a workaround for rippled UNLModify encoding bug (#1830)
## 1.2.1 (2021-12-1)
- Fix issue where npm < 7 could not install the library

View File

@@ -4,7 +4,6 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## 2.0.3 (2021-12-1)
* Removes requirement for npm version > 7 for non-contributors
* Added a workaround for rippled UNLModify encoding bug (#1830)
* For contributors -
* Renamed the master branch to main, and now just have one main branch
* Fixed issues which made Windows contributors unable to build the library