- Add forward compatibility with ZCatalog 4's IQueryIndex interface.
3.1.1
------------------
Bug Fixes:
- Use zope.interface decorator. [gforcada]
3.1
----------------
* The behavior is inconsistent, because as long as the input path length is shorter or equal to the longest indexed path, there is no requirement that the entire path is indexed already. [bosim]
3.0.1
------------------
* Fixed depth limited searches, when the path index wasn't the first index in the query plan. Thx to Peter Mathis for reporting the problem. [hannosch]
3.0
----------------
* Fixed TypeError on insert when parent_path is not in the index_parents. [maurits]
* Better protection against corrupted internal data in ``_index_parents``. [hannosch]
* Slightly optimize reindexing an object by passing in information from the index to the unindex method and avoiding another unindex scan. [hannosch]
* Avoid an extra unindex scan for determining length changes in index_object. [hannosch]
* Declared support for new ILimitedResultIndex interface and require at least Zope 2.13.0a3. [hannosch]
* Merge in optimizations from ``experimental.catalogqueryplan``. [hannosch]
* PEP8 cleanup and minor optimizations in un/index code. [hannosch]