summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 523d649573..32ca8dbd66 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -20,6 +20,10 @@ information about a particular change.
- QLibrary::resolve() now returns a function pointer instead of a void
pointer.
+- QSslCertificate::alternateSubjectNames() is deprecated (but can be enabled
+ via QT_DISABLE_DEPRECATED_BEFORE), use
+ QSslCertificate::subjectAlternativeNames() instead.
+
****************************************************************************
* General *
****************************************************************************