You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
457 B

3 years ago
  1. CHANGELOG
  2. =========
  3. 5.2.0
  4. -----
  5. * Add support for DKIM
  6. * Deprecated `Address::fromString()`, use `Address::create()` instead
  7. 4.4.0
  8. -----
  9. * [BC BREAK] Removed `NamedAddress` (`Address` now supports a name)
  10. * Added PHPUnit constraints
  11. * Added `AbstractPart::asDebugString()`
  12. * Added `Address::fromString()`
  13. 4.3.3
  14. -----
  15. * [BC BREAK] Renamed method `Headers::getAll()` to `Headers::all()`.
  16. 4.3.0
  17. -----
  18. * Introduced the component as experimental