From 45bbcf0687af87fc007b2bedeb39db44783beafc Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Mon, 9 Nov 2015 07:17:55 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313a8c79..72f32c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-11-09] +### Changed +- Now using py.test for our test suite!! (@hackebrot) + ## [2015-11-08] ### Changed - bump django-extensions version (@garrypolley)