summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-01 15:51:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-01 15:51:46 -0700
commit8982a56254ab72b8a7209554c34bc11546660c7c (patch)
tree3d1fceaffe08335f177c448f80c40721dcf1b42d /changelog.txt
parent15a9f80d04273488bb812857c5d53ee68a62d3dc (diff)
Update changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 7ba00ae..390312a 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -117,6 +117,8 @@
* Add Makefile target and harness to fuzz with libFuzzer (Phil Turnbull).
This can be run locally with `make libFuzzer` but the harness will be
integrated into oss-fuzz for large-scale fuzzing.
+ * Advertise `--validate-utf8` in usage information
+ (Nguyễn Thái Ngọc Duy).
* Makefile: use warnings with re2c.
* README: Add link to Python wrapper, prettify languages list
(Pavlo Kpyshin).