summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-26 06:16:33 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-26 06:16:33 +0000
commit48af685dd74c59d7d63894b66249a7eee68331f3 (patch)
tree5ca407bbf3bf67ca523225fcf9f6061d61596638 /ChangeLog
parentae8238f5d9320f5ec16d67b62083f5897c228974 (diff)
downloadyajl-48af685dd74c59d7d63894b66249a7eee68331f3.tar.gz
update ChangeLog, remove items from TODO.
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@70 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9809410..b8f2a99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,11 @@
-YAJL 1.0.0
- * Initial release
+0.2.1
+ * fix yajl_reformat and yajl_verify to work on arbitrarily sized
+ 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