diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-01 15:51:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-01 15:51:46 -0700 |
commit | 8982a56254ab72b8a7209554c34bc11546660c7c (patch) | |
tree | 3d1fceaffe08335f177c448f80c40721dcf1b42d /changelog.txt | |
parent | 15a9f80d04273488bb812857c5d53ee68a62d3dc (diff) |
Update changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r-- | changelog.txt | 2 |
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). |