This is an automated email from the ASF dual-hosted git repository. sgoeschl pushed a commit to branch Features/EMAIL-163 in repository https://gitbox.apache.org/repos/asf/commons-email.git
commit e401e177dde0c24889a1c24bc31d441d81d3355f Author: sgoeschl <siegfried.goes...@gmail.com> AuthorDate: Tue May 27 20:57:47 2025 +0200 EMAIL-163 Support for OAuth2 authentication --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6e98fd33..c64c9eca 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,7 @@ <body> <release version="2.0.0-M2" date="YYY-MM-DD" description="Feature release (Java 8 or above)."> <!-- ADD --> + <action type="add" issue="EMAIL-163" due-to="Siegfried Goeschl" dev="sgoeschl">Support for OAuth2 authentication.</action> <!-- FIX --> <action type="update" due-to="Derek Wickern, Gary Gregory" dev="ggregory">Handle IllegalArgumentException thrown for invalid email address #328.</action> <!-- UPDATE -->