diff --git a/CHANGELOG.md b/CHANGELOG.md index 938f26ad..5cebb719 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-1-17] +### Changed +- Removed the $-sign from allowed chars to generate the secret key (@jayfk) + ## [2016-1-17] ### Added - Adding a section on third party articles referencing `cookiecutter-django` (@mjheo)