From 8e258ee611e55e76e5badab0a456def13d9f1549 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sun, 5 Jun 2016 12:33:36 -0700 Subject: [PATCH] Changelog update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea494cf..838b3dad 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-06-05] +### Added +- Configurable admin for users (@pydanny, @jayfk, @dezoito) + ##[2016-06-04] ### Added - Let's Encrypt automation and instruction (@mjsisley and @chrisdev)