summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index dffbb4df6b..8ee691055f 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -59,6 +59,11 @@ QtCore
- QMessageAuthenticationCode
* New class for hash-based message authentication code added to QtCore.
+ - QRegularExpression
+ * It's now possible to know the names of the named capturing groups
+ inside the pattern string, as well as the numerical index of each
+ named capturing group.
+
-
QtGui