----------------
- The history size can now be limited ("stifled") by setting
``history.max_entries``. This supersedes ``history.length`` which has been
removed.
[stefan]
- Close a memory leak in ``get_current_history_length``. Also see Python
`issue 8065`_.
[stefan]
.. _`issue 8065`: https://bugs.python.org/issue8065