Skip to content

Commit aa9cd03

Browse files
committed
updated release doc [skip ci]
1 parent e4299b1 commit aa9cd03

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ Simple Java Mail is also available in [Maven Central](https://search.maven.org/#
2727
[v6.1.0](https://search.maven.org/#artifactdetails%7Corg.simplejavamail%7Csimple-java-mail%7C6.1.0%7Cjar) (5-July-2020)
2828

2929
- [#264](https://github.com/bbottema/simple-java-mail/issues/264) Switch from AssertionError to IllegalStateException
30-
- Bumped email-rfc2822-validator from 2.1.3 to 2.2.0
3130
- Bumped outlook-message-parser from 1.7.3 to 1.7.5
31+
- bugfix for parsing chinese unsent Outlook messages
32+
- bugfix Outlook attachments with special characters in the name
33+
- Bumped email-rfc2822-validator from 2.1.3 to 2.2.0
34+
- bugfix properly handle brackets in email addresses when allowed
3235
- Bumped log4j-core from 2.6.1 to 2.13.2
3336

3437

RELEASE.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ http://www.simplejavamail.org
99
v6.1.0 (5-July-2020)
1010

1111
- #264: Switch from AssertionError to IllegalStateException
12-
- Bumped email-rfc2822-validator from 2.1.3 to 2.2.0
1312
- Bumped outlook-message-parser from 1.7.3 to 1.7.5
13+
- bugfix for parsing chinese unsent Outlook messages
14+
- bugfix Outlook attachments with special characters in the name
15+
- Bumped email-rfc2822-validator from 2.1.3 to 2.2.0
16+
- bugfix properly handle brackets in email addresses when allowed
1417
- Bumped log4j-core from 2.6.1 to 2.13.2
1518

1619

0 commit comments

Comments
 (0)