- Micro-optimization of often called loop in moveObjectsByDelta. ``x in y`` is up to 1000 times faster if y is a set and not a list. [jensens] (15)
3.0.2
------------------
Bug fixes:
- Minor packaging updates. (1)
3.0.1
------------------
Bug fixes:
- - Fixes slow lookup of ``documentToKeyMap`` in GopipIndex. About up to 66x speedup in some cases. This may add up to seconds less on large navtree renderings. [jensens] (14)
3.0.0
------------------
Breaking changes:
- move GopipIndex from `plone.app.folder` to `plone.folder` [jmevissen, petschki]
Bug fixes:
- Fix KeyError when removing object that is not referenced in ordering annotation [vangheem]
2.0.1
------------------
Bug fixes:
- Stabilize order of unordered items in partial ordering. [davisagli]
- Fix ordering of content in folder in python 3. [pbauer]