Update history.md with latest changes and ran docgen (#1988)

* Update history.md with latest changes

* Ran docgen

* Add unreleased sections
This commit is contained in:
Jackson Mills
2022-05-02 10:37:39 -07:00
committed by GitHub
parent a8b3de707d
commit 13587e563a
164 changed files with 1190 additions and 1174 deletions

View File

@@ -1,6 +1,8 @@
# ripple-keypairs Release History
## Unreleased
## 1.1.2 (2022-05-02)
- `hexToBytes` now produces empty output for empty input, rather than `[0]`.
- Extend `bytesToHex` to work correctly with any input type accepted by `Array.from`.
In particular, it now produces correct output for typed arrays such as `UInt8Array`.