From 6ba0ae372cb082143ecb103a7bab2e1ba4f80b0f Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 25 Feb 2016 08:01:47 +0000 Subject: [PATCH] Add a mention to the release notes for the style change see #718 --- docs/about/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index 28681bfc..04c468bb 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -18,6 +18,7 @@ You can determine your currently installed version using `mkdocs --version`: * Add a flag (-e/--theme-dir) to specifiy theme directory with the commands `mkdocs build` and `mkdocs serve` (#832) * Fixed issues with Unicode filenames under Windows and Python 2. (#833) +* Improved the styling of in-line code in the MkDocs theme. (#718) ## Version 0.15.3 (2016-02-18)