From 456ec66be86750b48f5951bf64697940a12d4a59 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 5 Sep 2021 18:49:15 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c20e244..172e5b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-09-05 Rene Kita + + * table.c: Ensure VLA size is at least one. + Origin: https://github.com/tats/w3m/pull/192 + Bug-Debian: https://github.com/tats/w3m/issues/51 + 2021-08-30 Tatsuya Kinoshita * scripts/w3mman/w3mman.in: Fix incorrect query string for `w3mman 7z`.