~~~~~~~~~~~~~~~~~
- Fix zodbbrowser_history when using ZEO (AttributeError:
'TransactionIterator' object has no attribute 'close', GH 31).
- Fix OOBTree history browsing that regressed in 0.11.0: it was showing only a
subset of changes (those that touched the OOBTree itself) and wasn't showing
others (those that touched deeper OOBTreeBuckets).
- Fix TypeError for SampleContainer subclasses that use a non-persistent
``__data`` attribute (GH: 18)
- Make zodbbrowser_history give up rendering all the details if it takes
too long (more than 10 seconds); you can force fast mode by adding ``fast``
to the query parameters, and you can force full mode by adding ``full`` to
the query parameters.
- Make it possible to turn off the (slow) history part of zodbbrowser
by adding ``nohist`` to the query parameters.