Update CHANGELOG.md

This commit is contained in:
Daniel Greenfeld 2015-08-05 19:49:41 -07:00
parent d65f2bde6d
commit 1388cd126a

View File

@ -4,10 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-08-05] ## [2015-08-05]
### Added ### Added
- Making the user object python 2 and 3 friendly (@pydanny) - Sentry support (@burhan)
### Changed
- Maked the user object python 2 and 3 friendly (@pydanny)
- When using maildump, pin gevent. (@audreyr) - When using maildump, pin gevent. (@audreyr)
- Updated coverage version. (@audreyr) - Updated coverage version. (@audreyr)
## [2015-08-04] ## [2015-08-04]
### Added ### Added
- Better specification of migrations in .coveragerc. (@audreyr) - Better specification of migrations in .coveragerc. (@audreyr)