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)