From b04e00f140f11574be6614bc652d4f32b89367e7 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sun, 15 May 2016 09:02:24 -0700 Subject: [PATCH] Added @dezoito's contribution to the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a643114b..3b73e35f 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-05-15] +### Added +- Added GitLabl continuous integration article to README.rst (@dezoito) + ## [2016-05-13] ### Changed - Update version of pyflakes to 1.2.3, django-extensions to 1.6.7 and gunicorn to 19.5.0 (@luzfcb)