Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jul 4, 2024
1 parent a7fe07e commit bcb99bc
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# Changelog

## [4.0] - 2024-07-04

### Breaking changes

- minimum Python version is now 3.10
- minimun Django version is now 3.2.9

### Added

- create an event loop if this app is being executed outside of one
- add a human readable name
- add string representation for various models
- add support for Python 3.10 - 3.12

### Changed

- improve admin (search fields, filter fields, log, etc...)
- handle invalid registrations

## [3.0] - 2023-05-25

## Breaking Changes
### Breaking Changes

- deprecate cert based authentication for APNS

Expand All @@ -14,7 +32,7 @@

### Fixed

- sumer time switch bugfix
- sumer time switch bugfix

## [2.0] - 2023-01-09

Expand Down

0 comments on commit bcb99bc

Please sign in to comment.