summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-05-19 15:06:16 -0400
committerTres Seaver <tseaver@palladion.com>2015-05-19 15:06:16 -0400
commit0c4200f0490a9ee9954efa611df8e62d2e0fac40 (patch)
tree082a4cfa5aa6041d4c82e25c1b29b27d3b190b5b
parentd178d29bf9b59b33ed048b44e9f06cd98d65d05a (diff)
downloadzope-proxy-0c4200f0490a9ee9954efa611df8e62d2e0fac40.tar.gz
Changelog for PR #7.
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e844d98..18bbea3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,12 @@ Changes
4.1.5 (unreleased)
------------------
-- The pure Python implementation handles descriptors defined in
+- Made the C implementation proxy ``__unicode__`` correctly.
+
+- Made the C implementation use the standard methods to proxy ``int`` and
+ ``float``.
+
+- Made the pure Python implementation handle descriptors defined in
subclasses like the C version. See
https://github.com/zopefoundation/zope.proxy/issues/5.