From 04ee3375fb403ce7ba554fb062e2c60e847d7ad4 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 24 May 2010 21:37:28 +0000 Subject: [PATCH] Add the author of the last fix (Issue #6662) --- Misc/ACKS | 1 + Misc/NEWS | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Misc/ACKS b/Misc/ACKS index 0aa7966195..a47e2c5dc2 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -860,3 +860,4 @@ Siebren van der Zee Uwe Zessin Tarek Ziadé Peter Åstrand +Fredrik Håård diff --git a/Misc/NEWS b/Misc/NEWS index e2f0f0ccf8..7b74743359 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,7 +29,8 @@ C-API Library ------- -- Issue #6662: Fix parsing of malformatted charref (&#bad;) +- Issue #6662: Fix parsing of malformatted charref (&#bad;), patch written by + Fredrik Håård - Issue #8016: Add the CP858 codec. -- 2.50.0