summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Clark <michael@metaparadigm.com>2009-04-27 08:16:58 +0000
committerMichael Clark <michael@metaparadigm.com>2009-04-27 08:16:58 +0000
commit95f55a761c9ad640cbad9f84627575e7b5a76fe1 (patch)
tree7959d0ecc06c7f64d2014a2b36aa03cf17c0e86e /ChangeLog
parentaaec1ef3c542accb118af48c09edc7e07675671a (diff)
optimizations to json_tokener_parse_ex(), printbuf_memappend()
-- Brent Miller, bdmiller at yahoo dash inc dot com git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@34 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cdd9a0..b07ea57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
0.9
+ * optimizations to json_tokener_parse_ex(), printbuf_memappend()
+ Brent Miller, bdmiller at yahoo dash inc dot com
* Don't use this as a variable, so we can compile with a C++ compiler
* Add casts from void* to type of assignment when using malloc
* Add #ifdef __cplusplus guards to all of the headers