diff options
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index ab5790b..53329d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changes 4.1.2 (unreleased) ------------------ +- Fix the extremely rare potential for a crash when the C extensions + are in use. See `issue 35 <https://github.com/zopefoundation/zope.security/issues/35>`_. + - Fix `issue 7 <https://github.com/zopefoundation/zope.security/issues/7`_: The pure-Python proxy didn't propagate ``TypeError`` from ``__repr__`` |