bytebuild/CHANGELOG.md
2019-08-05 12:07:02 -04:00

17 lines
443 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.
* Add function for rendering floating-point numbers in a slightly
inaccurate way.
## 0.1.1.0 -- 2019-07-30
* Add several additional functions for encoding numbers.
## 0.1.0.0 -- 2019-06-25
* First version