Update Changes for previous commit

git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1894283 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Changes b/Changes
index 6b8e20a..c537597 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 Changes - Apache mod_perl changes logfile
@@ -12,6 +14,9 @@
 
 =item 2.0.12-dev
 
+Fix detection of APR's threading support on RHEL 8. [Petr Písař
+<ppisar@redhat.com>]
+
 Fix build for perl >= 5.33.7. [Leon Timmermans <fawaka@gmail.com>]
 
 Fix SIGSEGV crash due to wrong use of perl_parse(). [Charles Pigott
@@ -736,7 +741,7 @@
 which files and/or dirs need to be removed [Stas]
 
 restore the DESTDIR support partially nuked by the apache2 rename
-branch [Torsten Förtsch <torsten.foertsch gmx.net>]
+branch [Torsten Förtsch <torsten.foertsch gmx.net>]
 
 add APR::Status to provide functions corresponding to the
 APR_STATUS_IS_* macros of apr_errno.h, especially those composites
@@ -1148,7 +1153,7 @@
   - Leave entries from other packages alone
 
 $filter->remove now works with native (non-modperl) filters + test
-[Torsten Förtsch <torsten.foertsch gmx.net>]
+[Torsten Förtsch <torsten.foertsch gmx.net>]
 
 
 
@@ -2170,7 +2175,7 @@
 
 Apache::Status now generates HTML 4.01 Strict (and in many cases, also
 ISO-HTML) compliant output. Also add a simple CSS to make the reports
-look nicer. [Ville Skyttä <ville.skytta@iki.fi>]
+look nicer. [Ville Skyttä <ville.skytta@iki.fi>]
 
 APR::Pool::DESTROY implemented and tweaked to only
 destroy pools created via APR::Pool->new() [Geoffrey Young]