update the changelog in preparation for a release

This commit is contained in:
Andrew Martin 2019-09-04 11:15:18 -04:00
parent 0538e31ae8
commit 61c7539cee

View file

@ -1,13 +1,16 @@
# Revision history for small-bytearray-builder # Revision history for small-bytearray-builder
## 0.2.0.0 -- 2019-??-?? ## 0.2.0.0 -- 2019-09-04
* Use `natural-arithmetic` to make manipulation of bounds possible.
* Add more functions for encoding numbers. This includes
`word8/16/32/64` and `int8/16/32/64`.
* Rename the modules.
* Correct a serious error in the implementation of `bytes`. * Correct a serious error in the implementation of `bytes`.
* Make `pasteGrowST` accept an initial offset. * Make `pasteGrowST` accept an initial offset.
* Add a `pasteGrowST` for length-indexed builders. * Add a `pasteGrowST` for length-indexed builders.
* Add function for rendering floating-point numbers in a slightly * Add function for rendering floating-point numbers in a slightly
inaccurate way. inaccurate way.
* Add `word16Dec`.
* Add functions for encoding `ShortText` as UTF-8 and as a JSON string. * Add functions for encoding `ShortText` as UTF-8 and as a JSON string.
## 0.1.1.0 -- 2019-07-30 ## 0.1.1.0 -- 2019-07-30