-----
* `11`_: Fix ``CompositeBoundField`` to allow direct access to nested form
fields via ``form['nested_form']['field']``.
* Support for Django's Media handling in nested forms. See `3`_ and `5`_.
* Do not populate errorlist representations without any errors of nested
formsets into the errors of the super form. See `5`_ for details.
.. _3: https://github.com/gregmuellegger/django-superform/issues/3
.. _5: https://github.com/gregmuellegger/django-superform/pull/5
.. _11: https://github.com/gregmuellegger/django-superform/issues/11