summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <me@lloyd.io>2014-03-18 21:58:29 -0700
committerLloyd Hilaiel <me@lloyd.io>2014-03-18 21:58:29 -0700
commita0ecdde0c042b9256170f2f8890dd9451a4240aa (patch)
treeae1927b1e53496017cfb5704841d809f09d486ce
parent99d4ca4c07dafd971b8482ca25fef8a631c0bb8a (diff)
downloadyajl-2.1.0.tar.gz
changes in 2.1.02.1.0
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdb6446..343f894 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2.1.0
+ * @nonodename, @patperry - fixed some compiler warnings
+ * @yep, @emaste - documentation improvements
+ * @sgravrock - build fix for NetBSD (and whenever sh != bash)
+ * @rotty, @brimstone3, @lloyd - allow client to reset generator
+ * @sgravrock - remove bash dependencies
+ * @lloyd - add api tests
+ * @rflynn - remove ruby dependency
+ * @cloderic - nmake install works on windows
+ * @shahbag - build fix for qnx
+ * @breese - debugging improvements
+ * @lloyd - json_verify supports -s flag for stream processing
+ * @lloyd - json_reformat supports -s flag for stream processing
+
2.0.4
* @jcekstrom - additional checking in integer parsing
* @jcekstrom - fix a bug in yajl_tree that would cause valid json integersto fail to parse