Skip to content

Commit 8cece45

Browse files
committed
Added note on the core library size to the release notes
1 parent b7df0e2 commit 8cece45

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Simple Java Mail is also available in [Maven Central](https://search.maven.org/#
2929

3030
After almost two years of development the next major release 6.0.0 is finally here! And what a doozy it is, with the following major new features:
3131

32+
The core library is now even smaller compared to the 5.x.x series going from 183kb to 134kb!
33+
3234
- [CLI support!!](https://github.com/bbottema/simple-java-mail/issues/156),
3335
- major performance improvement with [advanced batch processing](https://github.com/bbottema/simple-java-mail/issues/214) including support for mail server clusters.
3436
- You can now replace the final sending of emails with [your own logic](https://github.com/bbottema/simple-java-mail/issues/121), using a 3rd party service of your choice.

RELEASE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ v6.0.0-rc1 (xx-December-2019, unreleased)
1010

1111
After almost two years of development the next major release 6.0.0 is finally here! And what a doozy it is, with the following major new features:
1212

13+
The core library is now even smaller compared to the 5.x.x series going from 183kb to 134kb!
14+
1315
- [CLI support!!](https://github.com/bbottema/simple-java-mail/issues/156),
1416
- major performance improvement with [advanced batch processing](https://github.com/bbottema/simple-java-mail/issues/214) including support for mail server clusters.
1517
- You can now replace the final sending of emails with [your own logic](https://github.com/bbottema/simple-java-mail/issues/121), using a 3rd party service of your choice.

0 commit comments

Comments
 (0)