diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-09 11:56:46 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-09 11:57:26 -0700 |
commit | 6222c0c8f78dfbf8aced0c3b8a4f6732bcec6159 (patch) | |
tree | a8ad7d226370492da9cf57ef07eaba23abf83755 | |
parent | d1cbfb9e0044a18749cf1770bda43dea208dc718 (diff) | |
download | ffi-yajl-6222c0c8f78dfbf8aced0c3b8a4f6732bcec6159.tar.gz |
initial CHANGELOG
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9bf02b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# ChangeLog + +## master (unreleased) + +### New features + +### Changes + +### Bugs fixed + +* fixed opts chaining issue in the encoder that was breaking pretty printing in knife +* changed default :allow_comments to true (considered a regression against yajl-ruby compatibility) + +## 1.0.1 (07/17/2014) + +* No ChangeLog entries for this version or earlier, check the commit logs + |