Update ChangeLog

This commit is contained in:
Tatsuya Kinoshita
2022-04-25 19:51:07 +09:00
parent aa67e886c7
commit a1ae7a95f9

View File

@@ -1,3 +1,11 @@
2022-04-25 NRK <nrk@disroot.org>
Cppcheck fixes
Origin: https://github.com/tats/w3m/pull/231
* regex.c: check bound _before_ making access.
* main.c: ensure map isn't NULL.
* Str.c: properly close va_list.
2022-04-19 Rene Kita <mail@rkta.de>
Fix some more warnings