Skip to content

Commit 47d40a8

Browse files
committed
added JavaDoc overhaul in the release notes
1 parent 692d281 commit 47d40a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ emails.
9393
to true (https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html)
9494

9595
#### Maintenance updates ####
96+
97+
Complete JavaDoc overhaul. Navigating the JavaDoc should be much more consistent now (builder API being the single *public* source of truth).
98+
9699
- [#120](https://github.com/bbottema/simple-java-mail/issues/120) The DKIM library has been made an optional proper Maven dependency (not packaged
97100
along anymore)
98101
- [#119](https://github.com/bbottema/simple-java-mail/issues/119) Switched optional Spring dependency version to property and now testing with 4.3

RELEASE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ emails.
2020
- #107 You can now easily forward or reply to emails!
2121

2222
Maintenance updates
23+
24+
Complete JavaDoc overhaul. Navigating the JavaDoc should be much more consistent now (builder API being the single *public* source of truth).
25+
2326
- #120 The DKIM library has been made an optional proper Maven dependency (not packaged along anymore)
2427
- #119 Switched optional Spring dependency version to property and now testing with 4.3.11.RELEASE
2528
- #113 Updated the underlying JavaMail to 1.6.0

0 commit comments

Comments
 (0)