From 2bd8d85c33706a5d2f97b8c5cfd4d41e83df6641 Mon Sep 17 00:00:00 2001 From: Alexander Shtuchkin <ashtuchkin@gmail.com> Date: Tue, 10 Jun 2014 17:57:11 -0700 Subject: [PATCH] Added change log. Fixes #63. --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..1217af0 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,11 @@ + +# 0.4.0 / 2014-06-10 + + * code is rewritten from scratch + * all widespread encodings are supported + * streaming interface added + * browserify compatibility added + * (optional) extend core primitive encodings to make usage even simpler + * moved from vows to mocha as the testing framework + +