Commit d37ee297 authored by David Glick's avatar David Glick

update changelog [ci skip]

parent 7d4ea692
......@@ -6,9 +6,10 @@
- Make the CPython implementation consistent with the pure-Python
implementation and only check object keys for default comparison
when setting keys. This makes it possible to remove keys that
were added using a less restrictive version of BTrees. See:
https://github.com/zopefoundation/BTrees/issues/53
when setting keys. In Python 2 this makes it possible to remove
keys that were added using a less restrictive version of BTrees.
(In Python 3 keys that are unorderable still cannot be removed.)
See: https://github.com/zopefoundation/BTrees/issues/53
- Make the CPython implementation consistent with the pure-Python
implementation and no longer raise ``TypeError`` for an object key
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment