summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-12-10 03:31:49 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-12-10 03:31:49 +0000
commitb685553bd60d619b455b0a1fc847d3d1d4e8f79d (patch)
tree7ecab8daf26eabc7992a39d22b1bbf157bb66ec7 /ChangeLog
parent84e9d4aad343eddd0e99d8653979c0fc679df4db (diff)
downloadyajl-b685553bd60d619b455b0a1fc847d3d1d4e8f79d.tar.gz
document changes thus far for 0.3.0
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@84 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 849f449..49688f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,24 @@
+0.3.0
+ * lth all tests run 32x with ranging buffer sizes to stress stream
+ parsing
+ * lth yajl_test accepts -b option to allow read buffer size to be
+ set
+ * lth option to validate UTF8 added to parser (argument in
+ yajl_parser_cfg)
+ * lth fix buffer overrun when chunk ends inside \u escaped text
+ * lth support client cancelation
+
0.2.2
* lth on windows build debug with C7 symbols and no pdb files.
-
+
0.2.1
* fix yajl_reformat and yajl_verify to work on arbitrarily sized
- inputs.
+ inputs.
* fix win32 build break, clean up all errors and warnings.
* fix optimized build flags.
-
+
0.2.0
* optionally support comments in input text
-
+
0.1.0
* Initial release