From 656a9b9ed5c00e959824e4e5babc0373d4b0019a Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Mon, 14 Sep 2015 13:41:51 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b521c58..efe2455b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-09-14] +### Removed +- Remove unused generated CSS styles (@audreyr) + +### Changed +- Use Bootstrap margin utility class `m-b-lg` and remove our custom `navbar-header` class (@audreyr) +- Update Hitch requirements (@audreyr) + ## [2015-09-13] -## Removed +### Removed - Styles that already exist in Bootstrap 4 (or 3) (@audreyr) ### Changed