mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
72405f2ec9
commit
d84e1a6ee9
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ All enhancements and patches to cookiecutter-django will be documented in this f
|
|||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### [2016-04-14]
|
||||
### Added
|
||||
- Added typecheck in .pylintrc to fix pylint-django gets "no-member" error (@solvire)
|
||||
|
||||
### Changed
|
||||
- Downgrading python-dateutil to version 2.4.2 because pykwalify==1.5.0 (required by HitchTest) use a [pinned version of python-dateutil](https://github.com/Grokzen/pykwalify/blob/1.5.0/setup.py#L31) (@noisy)
|
||||
- Update Pillow version to 3.2.0 (security fix) (@luzfcb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue