diff --git a/CHANGES b/CHANGES index f303b941..1045d7af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ 30 May 2008 - trunk ------------------- +* Handle lack of a new line after the final boundary in a multipart request. + This fixes the reported WordPress Flash file uploader problem. + * Fixed issue with multithreaded servers where concurrent XML processing could crash the web server (at least under Windows).