Initial release notes

This commit is contained in:
Dougal Matthews
2014-08-21 09:22:36 +01:00
committed by Dougal Matthews
parent ddf9350224
commit e1366d0a18
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# Release Notes
---
## Upgrading
To upgrade Django REST framework to the latest version, use pip:
pip install -U mkdocs
You can determine your currently installed version using `pip freeze`:
pip freeze | grep mkdocs
## 0.10.X series
* Added support for Python 3.3 and 3.4. (#103)
* Configurable Python-Markdown extensions with the config setting
`mardown_extensions`. (#74)
* Added `mkdocs json` command to output your rendered
documentation as json files. (#128)
* Bugfix: Fix path for embeded 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 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
`extra_css`. (#92)
* Bugfix: Fixed favicon support. (#87)

View File

@@ -10,6 +10,7 @@ pages:
- ['user-guide/styling-your-docs.md', 'User Guide', 'Styling your docs']
- ['user-guide/configuration.md', 'User Guide', 'Configuration']
- ['about/license.md', 'About', 'License']
- ['about/release-notes.md', 'About', 'Release Notes']
copyright: Copyright &copy; 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
google_analytics: ['UA-27795084-5', 'mkdocs.org']