From 66eb4b099ffa2e59e4d4b913ea46f4373f623955 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Fri, 6 Nov 2015 19:51:43 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2041388f..59ebd2f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - \*tests\* to `.coveragerc`, because including it is cheating! (@pydanny) - Binaryornot to cookiecutter-django's own tests because otherwise Python 3 blows up (@audreyr) + ### Changed - `.travis.yml` configuration to support Python 3.4 and 3.5 (@pydanny) - `.gitignore` configuration so py.test cache files don't show up in git status.