Fix Markdown formatting of changelog.

This commit is contained in:
Audrey Roy Greenfeld 2016-01-07 09:36:36 -08:00
parent a63ab00de2
commit 0637ba63ee

View File

@ -89,7 +89,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-11-18] ## [2015-11-18]
### Added ### Added
- Mailhog as a replacement for Maildump (@keybits ) - Mailhog as a replacement for Maildump (@keybits)
### Removed ### Removed
- Maildump because it didn't support Python 3 (@keybits) - Maildump because it didn't support Python 3 (@keybits)
@ -99,7 +99,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- initial configuration to support opbeat (@burhan) - initial configuration to support opbeat (@burhan)
### Removed ### Removed
- Took *.pyc out of .gitignore, because it's already covered by *.py[cod] (@audreyr) - Took `*.pyc` out of .gitignore, because it's already covered by `*.py[cod]` (@audreyr)
## [2015-11-16] ## [2015-11-16]
### Changed ### Changed
@ -215,7 +215,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-10-11] ## [2015-10-11]
### Changed ### Changed
- Fixed raven issue on development (#302) (@jazztpt ) - Fixed raven issue on development (#302) (@jazztpt)
## [2015-10-05] ## [2015-10-05]
### Changed ### Changed