Update Changelog

This commit is contained in:
browniebroke 2021-10-15 02:16:40 +00:00 committed by GitHub Actions
parent 7195d4c2d0
commit ba82a35cd7

View File

@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## [2021-10-14]
### Updated
- Update flake8 to 4.0.1 ([#3361](https://github.com/pydanny/cookiecutter-django/pull/3361))
- Update flake8-isort to 4.1.1 ([#3360](https://github.com/pydanny/cookiecutter-django/pull/3360))
- Update django-model-utils to 4.2.0 ([#3359](https://github.com/pydanny/cookiecutter-django/pull/3359))
## [2021-10-13]
### Changed
- Add drf stubs ([#3353](https://github.com/pydanny/cookiecutter-django/pull/3353))