diff options
| -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 |
