summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-12-18 10:27:16 -0800
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-12-18 10:27:16 -0800
commitce86b0f6da8c22dac8ce065717222d13c210492d (patch)
tree123ae3047da0fb31b190e9bd0849f997bccb3743 /ChangeLog
parent23d3ce0cca855aaf4a47597c20fd556e53ef0091 (diff)
downloadyajl-ce86b0f6da8c22dac8ce065717222d13c210492d.tar.gz
update changelog for 1.0.81.0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 44aa3c5..4531db4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
1.0.8
+ * Randall E. Barker - move dllexport defnitions so dlls with proper
+ exports can again be generated on windows
+ * lth - add yajl_get_bytes_consumed() which allows the client to
+ determine the offset as an error, as well as determine how
+ many bytes of an input buffer were consumed.
+ * lth - fixes to keep "error offset" up to date (like when the
+ client callback returns 0)
* Brian Maher - allow client to specify a printing function in
generation
- * lth - add yajl_get_error_offset() giving clients access to the
- offset into the last provided chunk where an error occured.
1.0.7
* lth fix win32 build (isinf and isnan)