diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-08-19 10:06:59 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-08-19 10:06:59 +0000 |
commit | b1f689efb131d2b0e194a36a7ae6b54cc27a6aaa (patch) | |
tree | 40f28bb9fea32b37dec333f57a4be31f38d41a91 /ChangeLog | |
parent | Fix uninitialised values for <i> and <dd> (diff) | |
download | w3m-b1f689efb131d2b0e194a36a7ae6b54cc27a6aaa.tar.gz w3m-b1f689efb131d2b0e194a36a7ae6b54cc27a6aaa.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-08-19 Tatsuya Kinoshita <tats@debian.org> + + * file.c, parsetagx.c: Fix uninitialised values for <i> and <dd>. + Bug-Debian: https://github.com/tats/w3m/issues/16 + 2016-08-18 Kuang-che Wu <kcwu@google.com> * table.c: Fix table rowspan and colspan. |