File python3-mistune.changes of Package python3-mistune
-------------------------------------------------------------------
Sat Jul 18 23:48:03 UTC 2015 - arun@gmx.de
- 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
-------------------------------------------------------------------
Thu Jun 18 15:15:34 UTC 2015 - arun@gmx.de
- 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:25:06 UTC 2015 - zaitor@opensuse.org
- Correct License: BSD-3-Clause is used.
-------------------------------------------------------------------
Wed Mar 11 05:28:30 UTC 2015 - arun@gmx.de
- update to version 0.5.1:
* Fix a bug when list item is blank via ipython#7929.
* Use python-wheels to build wheels for Mac.
-------------------------------------------------------------------
Sat Feb 28 01:50:41 UTC 2015 - arun@gmx.de
- initial version