From 1369ee8af5a5282a8d06dfbab4ae147fc8bd8781 Mon Sep 17 00:00:00 2001 From: Tylor Steinberger Date: Thu, 16 Mar 2017 13:54:27 -0400 Subject: [PATCH] docs(CHANGELOG): amend changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md 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)) + + +