Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahorek committed Dec 12, 2022
1 parent d6ae879 commit d0a0e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ Bug Fixes:
* Regression: Preserve message-level charset when adding parts (related to Rails ActionMailer) @shields
* Regression: Adding a part should not reset the mail's charset to nil @railsbob

Performance:

* reduce object allocations by replacing =~ and Regexp#match by Regexp#match? @ahorek
* reduce object allocations by replacing String#unpack[0] by String#unpack1 @ahorek


Please check [2-8-stable](https://github.com/mikel/mail/blob/2-8-stable/CHANGELOG.rdoc) for previous changes.

0 comments on commit d0a0e3f

Please sign in to comment.