summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wolfe <chriswwolfe@gmail.com>2018-02-05 19:24:51 -0600
committerChris Wolfe <chriswwolfe@gmail.com>2018-02-05 19:26:24 -0600
commit1e0815083881f509893d320c87d0d470cad35d2d (patch)
tree3a57289c224e277eb1f3df86b9d2daf1576d03e0 /ChangeLog
parentf8eb1dec64440d68149ce6ac70756af18a90bfb9 (diff)
downloadjson-c-1e0815083881f509893d320c87d0d470cad35d2d.tar.gz
pull in fuzzers, add CI scripts later
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dd29ab..8f8aa8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@ Deprecated and removed features:
* lh_table_lookup() has been removed, use lh_table_lookup_ex() instead.
* Remove TRUE and FALSE defines, use 1 and 0 instead.
+Build changes:
+--------------
+* Add a top level fuzz directory for fuzzers run by OSS-Fuzz
0.13 (up to commit 5dae561, 2017/11/29)
=================================