14
0

Accepting request 322406 from home:TheBlackCat:branches:devel:languages:python

update to version 0.7

OBS-URL: https://build.opensuse.org/request/show/322406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=8
This commit is contained in:
Todd R
2015-08-13 12:25:50 +00:00
committed by Git OBS Bridge
parent cab9b1ad52
commit 5941bca7da
4 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Aug 13 12:08:46 UTC 2015 - toddrme2178@gmail.com
- update to version 0.7:
* Fix the breaking change in version 0.6 with options:
parse_inline_html and parse_block_html
* Breaking change: remove parse_html option for explicit
* Change option escape default value to True for security reason
- update to version 0.6:
* Breaking change on inline HTML, text in inline HTML will not be
parsed per #38.
* Replace tag renderer with inline_html for breaking change on
inline HTML
* Double emphasis, emphasis, code, and strikethrough can contain one
linebreak per #48.
* Match autolinks that do not have / in their URI via #53.
* A work around on link that contains ) per #46.
* Add <font> tag for inline tags per #55.
-------------------------------------------------------------------
Tue Apr 7 11:16:51 UTC 2015 - zaitor@opensuse.org