------------------
- New function: :func:`find_ref_chain`.
- New ``backrefs`` argument for :func:`show_chain`.
- New function: :func:`get_leaking_objects`, based on `a blog post by
Kristján Valur
<https://cosmicpercolator.com/2010/12/08/finding-c-reference-leaks-using-the-gc-module/>`_.
- New ``objects`` argument for :func:`count`, :func:`typestats`,
:func:`most_common_types`, :func:`show_most_common_types`, and
:func:`by_type`.
- Edges pointing to function attributes such as __defaults__ or __globals__
are now labeled.
- Edge labels that are not simple strings now show the type.
- Bugfix: '\0' and other unsafe characters used in a dictionary key could
break graph generation.
- Bugfix: show_refs(..., filename='graph.dot') would then go to complain
about unrecognized file types and then produce a png.