Skip to content

Commit

Permalink
Version bump 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Oct 26, 2017
1 parent f8ac83f commit 7f7f106
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog

Here is the full history of mistune.

Version 0.8
~~~~~~~~~~~

Released on Oct. 26, 2017

* Remove non breaking spaces preprocessing
* Remove rev and rel attribute for footnotes
* Fix bypassing XSS vulnerability by junorouse

This version is strongly recommended, since it fixed
a security issue.

Version 0.7.4
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion mistune.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import re
import inspect

__version__ = '0.7.4'
__version__ = '0.8'
__author__ = 'Hsiaoming Yang <[email protected]>'
__all__ = [
'BlockGrammar', 'BlockLexer',
Expand Down

0 comments on commit 7f7f106

Please sign in to comment.