summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8473.internal
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8473.internal')
-rw-r--r--doc/whatsnew/fragments/8473.internal6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8473.internal b/doc/whatsnew/fragments/8473.internal
new file mode 100644
index 000000000..11491dd57
--- /dev/null
+++ b/doc/whatsnew/fragments/8473.internal
@@ -0,0 +1,6 @@
+Following a deprecation period, the ``py_version`` argument of the
+``MessageDefinition.may_be_emitted`` function is now required. The most likely solution
+is to use 'linter.config.py_version' if you need to keep using this
+function, or to use 'MessageDefinition.is_message_enabled' instead.
+
+Refs #8473