diff --git a/NEWS.md b/NEWS.md index c6fd11130..0012595ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,7 +12,7 @@ - Added support for Python 3.13. Note that Python 3.13 removed support for `classmethod` descriptors, which may affect the S3 class of some Python objects that use metaclass properties to resolve a class’s - `__module__` or `__name__` attribute. (#1686) + `__module__` or `__name__` attribute. (#1686, #1698) - `py_is_null_xptr()` and `[[` now load delayed modules (#1688).