summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-12-05 18:32:46 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-12-05 18:32:46 -0700
commit1aa4ef8a4448eed4a95c493f72b9a0e081cd020e (patch)
treed8c8d37fad7e332f3cb426373e49be310a62f362 /ChangeLog
parentbbb833ad7de28df6eebc87156c7a19a4084b82df (diff)
downloadyajl-1aa4ef8a4448eed4a95c493f72b9a0e081cd020e.tar.gz
include yajl_get_error_offset in changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dc70788..44aa3c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1.0.8
- * (Brian Maher) allow client to specify a printing function in generationh
-
+ * 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)