bytebuild/CHANGELOG.md
2019-08-02 16:28:25 -04:00

15 lines
359 B
Markdown

# Revision history for small-bytearray-builder
## 0.2.0.0 -- 2019-??-??
* Correct a serious error in the implementation of `bytes`.
* Make `pasteGrowST` accept an initial offset.
* Add a `pasteGrowST` for length-indexed builders.
## 0.1.1.0 -- 2019-07-30
* Add several additional functions for encoding numbers.
## 0.1.0.0 -- 2019-06-25
* First version