summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-11 06:50:47 -0500
committerJason Madden <jamadden@gmail.com>2017-09-11 06:50:47 -0500
commit2f51b299dd65d4580564695e146fcca83ed945a7 (patch)
tree3c21ad62c9655fe0be10a0373699e76590bb7265 /CHANGES.rst
parenta19b95f381047bf1b957c2b83cb9cf0f42897cbb (diff)
downloadzope-security-2f51b299dd65d4580564695e146fcca83ed945a7.tar.gz
Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode.
Fixes #8. Test environments still to come.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ab5790b..450fc34 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -35,6 +35,9 @@ Changes
- Respect ``PURE_PYTHON`` at runtime. See `issue 33
<https://github.com/zopefoundation/zope.security/issues/33>`_.
+- Fix watching checkers (``ZOPE_WATCH_CHECKERS=1``) in pure-Python
+ mode. See `issue 8 <https://github.com/zopefoundation/zope.security/issues/8>`_.
+
4.1.1 (2017-05-17)
------------------