Changelog

This commit is contained in:
Marcus Bointon 2019-09-25 09:48:03 +02:00
parent 21b35dc49b
commit 6106c0f29a
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# PHPMailer Change Log
* Multiple bug fixes for folding of long header lines, thanks to @caugner
* Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures.
* Change header folding and param separation to use spaces instead of tabs
* Use ; to separate multiple MIME header params
@ -10,7 +11,7 @@
* Updated Brazilian Portuguese translation
* Throw exceptions on invalid encoding values
* Add Afrikaans translation, thanks to @Donno191
* Updated Farsi translation
* Updated Farsi/Persian translation
* Add PHP 7.4 to test config
* Remove some ambiguity about setting XMailer property
* Improve error checking in mailing list example