mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 02:54:01 +03:00
Added a few things to the changelog
This commit is contained in:
parent
7bf1a81dcc
commit
02aaba1ee5
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,6 +1,36 @@
|
|||
# Change Log
|
||||
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
||||
|
||||
## [2020-04-13]
|
||||
### Changed
|
||||
- Updated to Python 3.8 (@codnee)
|
||||
- Moved converage config in setup.cfg (@danihodovic)
|
||||
|
||||
## [2020-04-08]
|
||||
### Fixed
|
||||
- Internal IPs for debug toolbar (@dudanogueira)
|
||||
|
||||
## [2020-04-04]
|
||||
### Fixed
|
||||
- Added compress command command with Django compressor (@gwiskur)
|
||||
|
||||
## [2020-03-23]
|
||||
### Changed
|
||||
- Updated project to Django 3.0
|
||||
|
||||
## [2020-03-17]
|
||||
### Changed
|
||||
- Handle paths using Pathlib (@jules-ch)
|
||||
|
||||
### Fixed
|
||||
- Pre-commit hook regex (@demestav)
|
||||
|
||||
## [2020-03-16]
|
||||
### Added
|
||||
- Support for all Anymail providers (@Andrew-Chen-Wang)
|
||||
### Fixed
|
||||
- Django compressor setup (@jameswilliams1)
|
||||
|
||||
## [2020-01-23]
|
||||
### Changed
|
||||
- Fix UserFactory to set the password if provided (@BoPeng)
|
||||
|
|
Loading…
Reference in New Issue
Block a user