Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 781 Bytes

CHANGELOG.rst

File metadata and controls

30 lines (21 loc) · 781 Bytes

Change log

  • Added pre-commit.
  • Switched to a declarative setup.
  • Added GitHub actions.
  • Renamed the main branch.
  • Changed OembedContent.render to return a tuple. Raised the minimum FeinCMS version to 22.0.

v1.5.0 (2020-01-22)

  • Reformatted the code using black.
  • Changed FeedContent.render to return (template, context) instead of rendering the template itself. This raises the minimum FeinCMS version to v1.15.
  • Updated the code to work with Django 2 and 3.
  • Added a minimal testsuite after 10 years.