Added
- Added section on "Laces and Wagtail" to README. ([26](https://github.com/tbrlpld/laces/pull/26))
- Added some more package metadata, especially author attribution. ([32](https://github.com/tbrlpld/laces/pull/32))
Changed
- Refactored handling of `parent_context` between `render_html` and `get_context_data`. This change is Wagtail-compatible. ([24](https://github.com/tbrlpld/laces/pull/24))
Removed
- The `TypeError` that was raised in `render_html` when `get_context_data` returned `None` was removed. This change is Wagtail-compatible. ([30](https://github.com/tbrlpld/laces/pull/30))