From 5b04d8b6e04cc7d73d7cffda670aedcef8f2f119 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 20 Jun 2017 20:19:43 -0600 Subject: [PATCH] Update changelog --- docs/src/markdown/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/markdown/changelog.md b/docs/src/markdown/changelog.md index ea7ccec..8ac45f5 100644 --- a/docs/src/markdown/changelog.md +++ b/docs/src/markdown/changelog.md @@ -2,7 +2,7 @@ ## 2.1.0 -> June X, 2017 +> June 20, 2017 - **NEW**: Allow adding and configuring extensions via YAML frontmatter. This feature deprecates `nl2br` function parameter which will be removed some time in the future. - **NEW**: Allow setting whether block, code tags will allow word wrapping via YAML frontmatter. This feature deprecates the `allow_word_wrap` function parameter which will be removed some time in the future. @@ -10,6 +10,7 @@ - **NEW**: Upgrade internal extensions. - **NEW**: Import official `pymdownx` extension if `pymdownx` is installed as a dependency so we can drop internal vendored extension copies in the future. This is allowed to be optional for a time until people can update their dependencies. - **NEW**: Import `pyyaml` extension if `pyyaml` is installed for frontmatter. This is allowed to be optional for a time until people can update their dependencies. +- **NEW**: `inline-highlight` class in no longer applied to inline code. Instead `highlight` is applied to both inline and block code. ## 2.0