docs(CHANGELOG): amend changelog

This commit is contained in:
Tylor Steinberger 2017-03-16 13:54:27 -04:00
parent c9a3994191
commit 1369ee8af5

18
CHANGELOG.md Normal file
View File

@ -0,0 +1,18 @@
<a name="0.1.0"></a>
# [0.1.0](https://github.com/TylorS/purescript-stream/compare/6b75d2f...v0.1.0) (2017-03-16)
### Bug Fixes
* **Stream:** add missing exports ([13c18b7](https://github.com/TylorS/purescript-stream/commit/13c18b7))
### Features
* **stream:** implement more helpers and combinators ([8e8b516](https://github.com/TylorS/purescript-stream/commit/8e8b516))
* **stream:** more combinators ([a50a246](https://github.com/TylorS/purescript-stream/commit/a50a246))
* **stream:** reimplement ([0813a54](https://github.com/TylorS/purescript-stream/commit/0813a54))
* **stream:** start of a stream library ([6b75d2f](https://github.com/TylorS/purescript-stream/commit/6b75d2f))