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]
### Added
- Mailhog as a replacement for Maildump (@keybits )
- Mailhog as a replacement for Maildump (@keybits)
### Removed
- 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)
### 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]
### Changed
@ -215,7 +215,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2015-10-11]
### Changed
- Fixed raven issue on development (#302) (@jazztpt )
- Fixed raven issue on development (#302) (@jazztpt)
## [2015-10-05]
### Changed