diff --git a/CHANGELOG.md b/CHANGELOG.md index 313a8c797..72f32c96d 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)