From f2ffd5ad5e05bc3693270f187b09d407d2c8fe38 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Fri, 15 Apr 2016 19:10:59 -0700 Subject: [PATCH] Changelog cleanup --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a22167023..fb2d22ad7 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]