From 0d342210afc01f1f5e1bc732201a429ebf0a9a5d Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Fri, 12 Feb 2016 19:27:52 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aca0a90..7d17f129 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/). +## [2016-02-12] +### Changed +- Fixed typo (@yunti) + ## [2016-02-07] ### Changed - In `users` app, use Django 1.9 `LoginRequiredMixin` instead of django-braces implementation (@yunti)