note version
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index 899666f..367ba3e 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -301,6 +301,8 @@
    attributes, which make the exception printing subsystem think the exception
    is a :exc:`SyntaxError`.
 
+.. versionadded:: 3.2
+
 
 .. cfunction:: void PyErr_SyntaxLocation(char *filename, int lineno)