Update history. Add TODOs for @pydanny and @theskumar to update for your changes 🔔

This commit is contained in:
Audrey Roy Greenfeld 2015-10-22 12:42:53 -07:00
parent dcaa3e91c2
commit e852bfe5b9

View File

@ -2,6 +2,15 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-10-22]
### Removed
- Remove unnecessary .gitkeep in static/images/ (@audreyr)
## [2015-10-21]
### Changed
- TODO (@pydanny)
- TODO (@theskumar)
## [2015-10-19]
### Changed
- On Windows, don't install psycopg2 locally. Still install it in test/prod which are assumed to be Unix. (@audreyr)