diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0d0f935 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + +# [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)) + + +