Files
django-channels-more-than-p…/CHANGELOG.md
Andros Fenollosa 3ab4cee688 Bump to v2.0.1
2025-12-06 11:41:36 +01:00

21 lines
492 B
Markdown

# Changelog
## [2.0.1] - 2025-12-06
### Fixed
- Restore documentation link in README
## [2.0.0] - 2025-12-06
### Changed
- Modernize Django support (3.2+)
- Update Python support (3.8+)
- Replace deprecated `unique_together` with `UniqueConstraint`
- Update `Signal` API (remove deprecated `providing_args`)
- Fix app configuration name
- Add `default_auto_field` to AppConfig
- Update dependencies: Django >=3.2, channels >=4.0
### Migration
- New migration file for constraint updates