Updating Changelog for PR 1472

This commit is contained in:
Mikel Lindsaar 2022-04-22 10:39:29 +10:00
parent ed4e3e14bb
commit 320c61058f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
== Version 2.8.0 (unreleased)
Breaking changes:
* Add Ruby 3.1 support (deivid-rodriguez, voxik, eregon)
* Drop support for Ruby < 2.5 (deivid-rodriguez, voxik)
* Message#without_attachments! now deletes nested attachments. (TylerRick)
* Sendmail and exim delivery now raise DeliveryError when the command exits with a nonzero exitstatus. (benmmurphy, CoolElvis)