From 437e5898c7df254fcee436a11c3f9c9d3708c680 Mon Sep 17 00:00:00 2001 From: kappataumu Date: Mon, 6 Jun 2016 14:14:41 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838b3dada..4c41c8ceb 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-06] +### Changed +- Pin Bootstrap CSS and JS to v4.0.0-alpha.2, use minified versions + ##[2016-06-05] ### Added - Configurable admin for users (@pydanny, @jayfk, @dezoito)