From 690e833f0b18c59f18831ac858a3cba422d83ddd Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Mon, 13 Apr 2015 17:08:27 +0100 Subject: [PATCH] Add to the release notes --- docs/about/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 65e96358..a0cda862 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -12,7 +12,7 @@ You can determine your currently installed version using `pip freeze`: pip freeze | grep mkdocs -## Version 0.12.0 (2015-04-08) +## Version 0.12.0 (2015-04-14) * Display the current MkDocs version in the CLI output. (#258) * Check for CNAME file when using gh-deploy. (#285) @@ -26,6 +26,7 @@ You can determine your currently installed version using `pip freeze`: * Add the option to specify a remote branch when deploying to GitHub. This enables deploying to GitHub pages on personal and repo sites. (#354) * Add favicon support to the ReadTheDocs theme HTML. (#422) +* Automatically refresh the browser when files are edited. (#163) * Bugfix: Never re-write URL's in code blocks. (#240) * Bugfix: Don't copy ditfiles when copying media from the `docs_dir`. (#254) * Bugfix: Fix the rendering of tables in the ReadTheDocs theme. (#106)