aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aca2c3..b41552e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2021-03-26 Tatsuya Kinoshita <tats@debian.org>
+
+ * main.c: Ignore the "-" option to accept `w3m -` as "read from stdin".
+ Bug-Debian: https://github.com/tats/w3m/issues/87
+
2021-03-25 Tatsuya Kinoshita <tats@debian.org>
* fuzz/fuzz-conv.c: Explicitly call GC_gcollect() in fuzzer.
+ Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32453
* fuzz/fuzz-conv.c: Prevent memory leak in fuzzer.