### Fixed

- Fix error in arrayBuffer when there are extra bytes #37
- fixed output if finalized.
This commit is contained in:
Yi-Cyuan Chen
2023-12-16 10:15:26 +08:00
parent 707ee7ced1
commit a6f6da7483
6 changed files with 33 additions and 10 deletions
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## v0.9.3 / 2023-12-16
### Fixed
- Fix error in arrayBuffer when there are extra bytes #37
- fixed output if finalized.
## v0.9.2 / 2023-09-16
### Fixed
- don't modify global Array and ArrayBuffer prototypes. #33