Skip to content

Commit

Permalink
馃殌 RELEASE: v0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 24, 2021
1 parent ce6e672 commit cb0bca0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# Changelog

## 0.13.7 - 2021-04-25

馃憣 IMPROVE: Add warning for nested headers:

Nested headers are not supported within most elements (this is a limitation of the docutils/sphinx document structure), and can lead to unexpected outcomes.
For example in admonitions:

````markdown
```{note}
# Unsupported Header
```
````

A warning (of type `myst.nested_header`) is now emitted when this occurs.

馃敡 MAINTAIN: Python 3.9 is now officially supported.

## 0.13.6 - 2021-04-10

- 馃悰 FIX: docutils `v0.17` compatibility
馃悰 FIX: docutils `v0.17` compatibility

## 0.13.5 - 2021-02-15

Expand Down
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import TYPE_CHECKING

__version__ = "0.13.6"
__version__ = "0.13.7"


if TYPE_CHECKING:
Expand Down

0 comments on commit cb0bca0

Please sign in to comment.