diff options
author | tschorr <t_schorr@gmx.de> | 2017-02-16 19:22:09 +0100 |
---|---|---|
committer | Maurits van Rees <maurits@vanrees.org> | 2017-05-04 10:56:15 +0200 |
commit | 94daf4665c57a2476bde273c08f3b9a74009c052 (patch) | |
tree | d3b88de9acc3cc62850c2b5cd2e47c7f9383aeea | |
parent | 4afd29fee6538d645e8c3eb5209d515c3c7f2441 (diff) | |
download | zope-interface-dont_cache_lookup_failures.tar.gz |
update changelogdont_cache_lookup_failures
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8041e3c..d01cddc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,7 @@ 3.6.8 (unreleased) ------------------ +- Don't cache lookup failures. 3.6.7 (2011-08-20) ------------------ @@ -16,7 +17,7 @@ - LP #570942: Now correctly compare interfaces from different modules but with the same names. - + N.B.: This is a less intrusive / destabilizing fix than the one applied in 3.6.3: we only fix the underlying cmp-alike function, rather than adding the other "rich comparison" functions. @@ -202,7 +203,7 @@ New Features ++++++++++++ - The adapter-lookup algorithim was refactored to make it - much simpler and faster. + much simpler and faster. Also, more of the adapter-lookup logic is implemented in C, making debugging of application code easier, since there is less |