Skip to content

Commit

Permalink
Merge pull request #78 from waynerv/1.1.0-changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG.md for 1.1.0
  • Loading branch information
greyli authored Apr 22, 2024
2 parents 5ce6c82 + 07b1c72 commit 2377b9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [1.0.1] - 2023-12-16
## [1.1.0] - 2024-4-22

- Add configuration key `MAIL_SEND_OPTIONS` to support setting `mail_options` for `smtplib.SMTP.send_mail`
(e.g. `SMTPUTF8`) ([#61](https://github.com/waynerv/flask-mailman/pull/61)).
- Pre-encodes FQDN str with punycode to improve compatibility ([#66](https://github.com/waynerv/flask-mailman/pull/66)).
- Migrates as many as possible test cases from Django mail module ([#64](https://github.com/waynerv/flask-mailman/pull/64)).
- Improve way of populating smtp key/cert to avoid TypeError in py>=12 ([#68](https://github.com/waynerv/flask-mailman/pull/68)).

## [1.0.0] - 2023-11-04

Expand Down

0 comments on commit 2377b9c

Please sign in to comment.