summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8485.false_positive
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8485.false_positive')
-rw-r--r--doc/whatsnew/fragments/8485.false_positive5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8485.false_positive b/doc/whatsnew/fragments/8485.false_positive
new file mode 100644
index 000000000..8eac08b95
--- /dev/null
+++ b/doc/whatsnew/fragments/8485.false_positive
@@ -0,0 +1,5 @@
+``invalid-name`` now allows for integers in ``typealias`` names:
+- now valid: ``Good2Name``, ``GoodName2``.
+- still invalid: ``_1BadName``.
+
+Closes #8485