summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher Watford <christopher.watford@gmail.com>2009-06-30 03:40:53 +0000
committerChristopher Watford <christopher.watford@gmail.com>2009-06-30 03:40:53 +0000
commitc5cbf8214ab628bead203d2ac3a1948bc3005801 (patch)
treee341f668e21f155d9e05cd3bc4ffe3b44af5251e /ChangeLog
parentffa742a5527d9c3f252c83aa858361b2598fd259 (diff)
Disable REFCOUNT_DEBUG by default in json_object.c
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@40 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcff91f..6065747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
Spotted by Vitaly Kruglikov, Vitaly dot Kruglikov at palm dot com
* optimizations to json_tokener_parse_ex(), printbuf_memappend()
Brent Miller, bdmiller at yahoo dash inc dot com
+ * Disable REFCOUNT_DEBUG by default in json_object.c
* 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