Skip to content

Commit 2377b9c

Browse files
authored
Merge pull request #78 from waynerv/1.1.0-changelog
Update CHANGELOG.md for 1.1.0
2 parents 5ce6c82 + 07b1c72 commit 2377b9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

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

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

811
## [1.0.0] - 2023-11-04
912

0 commit comments

Comments
 (0)