From b201f426e4d184113a7b2ed95ae8cb2f1ff68f5a Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 18 Sep 2021 20:53:40 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 172e5b9..5bc4a28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-09-18 Rene Kita + + * istream.c: Fix manipulation of ASN1_STRING. + Origin: https://github.com/tats/w3m/pull/193 + 2021-09-05 Rene Kita * table.c: Ensure VLA size is at least one.