0.8.0
New Features:
- Updated to Wagtail 2.2
- Updated docs to include stability warning
Bug Fixes:
- Fixed issue where default templates generated invalid AMP syntax.
- Multiple child classes can now be created from abstract CoderedArticlePage
Upgrade considerations:
- You may need to run
makemigrations
in your project to update models inheriting from CoderedArticlePage. The related_name for the author attribute has changed.