From 044ad1288c123d3b07284296a7246db002f43c9b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 8 Mar 2020 08:17:13 +0100 Subject: [PATCH] news: update for 3.5.3 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index d5eaa258..8f623fc2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + Error messages could quote lines containing zero-width characters (such as + \005) with incorrect styling. Fixes for similar issues with unexpectedly + short lines (e.g., the file was changed between parsing and diagnosing). + + Several unlikely crashes found by fuzzing have been fixed. * Noteworthy changes in release 3.5.2 (2020-02-13) [stable]