diff --git a/CHANGELOG.md b/CHANGELOG.md index 488c2093..c475b405 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-19] +## Added +- Webpack as an option (@goldhand) + ##[2016-06-17] ## Added - django-compressor support (@andresgz)