Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jun 21, 2017
1 parent 18e13ac commit 5b04d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## 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.
- **NEW**: Expose SuperFences' `custom_fences` feature via YAML frontmatter.
- **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

Expand Down

0 comments on commit 5b04d8b

Please sign in to comment.