summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-11-08 08:01:54 -0600
committerJason Madden <jamadden@gmail.com>2017-11-08 08:01:54 -0600
commitbbb6c7de6cad1eb26768f87a2d87883eebb98437 (patch)
treed89e787c3419e9cc314d2dabf5788cad64e525de /CHANGES.rst
parent2602ed62388af8a1ed59e67cdcdd84d35fa9d72a (diff)
downloadzope-proxy-issue26.tar.gz
Make the C extension optional; test PURE_PYTHON and PyPy3 on Travis. Fixes #26issue26
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c475402..e0ef7d3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,7 +6,11 @@ Changes
- Simplify the internal C handling of attribute names in
``__getattribute__`` and ``__setattr__``.
-
+- Make building the C extension optional. We still attempt to build it
+ on supported platforms, but we allow it to fail in case of a missing
+ compiler or headers. See `issue 26
+ <https://github.com/zopefoundation/zope.proxy/issues/26>`_.
+- Test the PURE_PYTHON environment and PyPy3 on Travis CI.
4.3.0 (2017-09-13)
------------------