summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/1954.performance
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/1954.performance')
-rw-r--r--doc/whatsnew/fragments/1954.performance4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/1954.performance b/doc/whatsnew/fragments/1954.performance
new file mode 100644
index 000000000..aa065f0d1
--- /dev/null
+++ b/doc/whatsnew/fragments/1954.performance
@@ -0,0 +1,4 @@
+- Optimize `is_trailing_comma()`.
+- Cache `class_is_abstract()`.
+
+Refs #1954