Changelog cleanup

This commit is contained in:
Audrey Roy Greenfeld 2016-04-15 19:10:59 -07:00
parent 924fcb7ea5
commit f2ffd5ad5e

View File

@ -4,8 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### [2016-04-15]
### Changed
- Major Project Generation Cleanup (@jayfk)
-
- Major project generation cleanup (@jayfk)
### Removed
- Deleting unnecessary .idea dir from MAIN directory (@noisy)
@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 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)
- Downgrading python-dateutil to version 2.4.2 because pykwalify==1.5.0 (required by HitchTest) uses 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)
### [2016-04-12]