diff --git a/CHANGELOG.md b/CHANGELOG.md index a2216702..fb2d22ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]