Merge branch 'master' into xoauth

# Conflicts:
#	README.md
This commit is contained in:
Marcus 2016-03-05 22:00:08 +01:00
commit 7a80c452f3
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ This is a major update that breaks backwards compatibility. To emphasise that th
* `validateAddress()` is now called statically from `parseAddresses()`
* Extensive reworking of XOAUTH2, adding support for Google, Yahoo and Microsoft providers in the standard PHPMailer class, thanks to @sherryl4george
* Fix extra line break in getSentMIMEMessage()
* Improve DKIM signing to use SHA-2
## Version 5.2.14 (Nov 1st 2015)
* Allow addresses with IDN (Internationalized Domain Name) in PHP 5.3+, thanks to @fbonzon