From 6f0d69446f3698828552dd717baa4943d3d88cab Mon Sep 17 00:00:00 2001 From: Burhan Khalid Date: Sun, 17 Jan 2016 13:03:01 +0300 Subject: [PATCH] adding articles section (pr # 456) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f88a07d..d370b3e2 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-1-17] +### Adding a section on third party articles referencing `cookiecutter-django` (@mjheo) + + ## [2016-1-16] ### Add explanation for having `django.contrib.sites`. (@pydanny)