summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-01-23 07:07:47 -0600
committerJason Madden <jamadden@gmail.com>2020-01-23 07:07:47 -0600
commit02e11f214ce04e9cebc7418be8fe890df23a338c (patch)
tree054a9910c14c2eecd89a917064ba7b2882fa7d38
parent5a6989c006f598ad61aa092c0bf2af1fc1dd3fc0 (diff)
downloadzope-interface-02e11f214ce04e9cebc7418be8fe890df23a338c.tar.gz
Add PR links to CHANGES.rst for #151 and #154. [skip ci]
-rw-r--r--CHANGES.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ff0de50..c5de832 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,12 +9,13 @@
of just at wheel build time. A value of 0 forces the C extensions to
be used (even on PyPy) failing if they aren't present. Any other
value forces the Python implementation to be used, ignoring the C
- extensions.
+ extensions. See `PR 151 <https://github.com/zopefoundation/zope.interface/pull/151>`_.
- Change the C classes ``SpecificationBase`` and its subclass
``ClassProvidesBase`` to store implementation attributes in their structures
instead of their instance dictionaries. This eliminates the use of
- an undocumented private C API function.
+ an undocumented private C API function, and helps make some
+ instances require less memory. See `PR 154 <https://github.com/zopefoundation/zope.interface/pull/154>`_.
4.7.1 (2019-11-11)