diff --git a/package.xml b/package.xml index 142eda6..67c7dc4 100644 --- a/package.xml +++ b/package.xml @@ -34,7 +34,12 @@ BSD-2-Clause * BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS #74 -* Feature: Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384 and SCRAM-SHA-512 support #76 +* Feature: Add SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-256, SCRAM-SHA-384 and SCRAM-SHA-512 support (#76) +* Task: Mark authentication methods CRAM-MD5, DIGEST-MD5, LOGIN and PLAIN as DEPRECATED with deprecation warnings in the error-log (#76) +* BugFix: SMTP: STARTTLS failed (code: 220, response: 2.0.0 Ready to start TLS) (#74) +* BugFix: Issue with non-blocking streams on establishing STARTTLS encryption (#74) +* BugFix: Implement TLS1.3 on STARTTLS encryption (#74) +* BugFix: using implode() instead of join() (#74)