Fixed small typos in release notes

This commit is contained in:
Michael Diodone
2014-10-21 10:32:24 +02:00
parent b1ade76ccd
commit 40d8a505c6

View File

@@ -17,7 +17,7 @@ You can determine your currently installed version using `pip freeze`:
* Added support for Python 3.3 and 3.4. (#103)
* Configurable Python-Markdown extensions with the config setting
`mardown_extensions`. (#74)
`markdown_extensions`. (#74)
* Added `mkdocs json` command to output your rendered
documentation as json files. (#128)
* Added `--clean` switch to `build`, `json` and `gh-deploy` commands to
@@ -26,11 +26,11 @@ You can determine your currently installed version using `pip freeze`:
individual templates rather than copying the full theme. (#129)
* Bugfix: Fix issue rendering the table of contents with some
configs. (#146)
* Bugfix: Fix path for embeded images in sub pages. (#138)
* Bugfix: Fix path for embedded images in sub pages. (#138)
* Bugfix: Fix `use_directory_urls` config behaviour. (#63)
* Bugfix: Add support for `extra_javascript` and `extra_css` in
all themes. (#90)
* Bugfix: Fix path-handling under windows. (#121)
* Bugfix: Fix path-handling under Windows. (#121)
* Bugfix: Fix the menu generation in the readthedocstheme. (#110)
* Bugfix: Fix the mkdocs command creation under Windows. (#122)
* Bugfix: Correctly handle external files in `extra_javascript` and