Changelog.md in email_spec-2.2.1 vs Changelog.md in email_spec-2.2.2

- old
+ new

@@ -1,7 +1,14 @@ +## 2.2.2 2023-06-26 + +* [Defer accommodating different delivery methods to runtime](https://github.com/email-spec/email-spec/pull/224) + ## 2.2.1 2022-09-12 -* [Patch for eager loading](https://github.com/email-spec/email-spec/pull/219) +* [Support to decode part in EmailSpec::MailExt#default_part_body](https://github.com/email-spec/email-spec/pull/211) +* [Drop rubyforge_project from gemspec](https://github.com/email-spec/email-spec/pull/215) +* [Avoid eagerly loading ActionMailer::Base](https://github.com/email-spec/email-spec/pull/219) +* [README: use SVG badges](https://github.com/email-spec/email-spec/pull/217) ## 2.2.0 2018-04-03 * Support for `spinach` (@pedantic-git)