Skip to content

Latest commit

 

History

History
94 lines (53 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

94 lines (53 loc) · 2.74 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Nothing yet

Added

  • Compatibility with Wagtail 5.0 and Django 4.2. #86
  • (Development) Update factory-boy to 3.x #87

Added

  • Compatibility with Python 3.11 and Wagtail 4.2. #79

Fixed

  • Allow unicode characters in slug #80

Removed

  • Drop support for Wagtail before 4.1 #79

Added

  • Compatibility with Wagtail 2.15, 4.0 and 4.1. #73
  • Compatibility with Django 4.0 and 4.1 #73
  • Compatibility with Python 3.10 #73

Fixed

  • Tidy up readme #75
  • Rename master branch to main #74

Removed

  • Drop support for Wagtail 2.11 and 2.13
  • Drop support for Django 2.2, 3.0 and 3.1
  • Drop support for Python 3.6 and 3.7

Added

  • Compatibility with Wagtail 2.11 (#58)

Removed

  • Drop support for Python 3.5
  • Drop support for Django before 2.2
  • Drop support for Wagtail before 2.10

Fixed

  • Use model url from inherited model (#42)
  • Allow use of new versions of django-bakery (#44)

Removed

  • Drop support for Wagtail < 2.6, Django < 2.x & Python < 3.5 (#45, #46)

Added

  • Compatibility with Wagtail 2.0 (#27, #31, #32, #33)

Fixed

  • UTF8 decoding with Python 3 (#28)

Added

  • MIT License
  • Support for generating a static API

Initial Release