Add the author of the last fix (Issue #6662)
diff --git a/Misc/ACKS b/Misc/ACKS
index 0aa7966..a47e2c5 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -860,3 +860,4 @@
Uwe Zessin
Tarek Ziadé
Peter Åstrand
+Fredrik Håård
diff --git a/Misc/NEWS b/Misc/NEWS
index e2f0f0c..7b74743 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,8 @@
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.