Changelog for
python3-mistune-0.7-5.1.noarch.rpm :
Sat Jul 18 14:00:00 2015 arunAATTgmx.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 14:00:00 2015 arunAATTgmx.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
tag for inline tags per #55.
Tue Apr 7 14:00:00 2015 zaitorAATTopensuse.org
- Correct License: BSD-3-Clause is used.
Wed Mar 11 13:00:00 2015 arunAATTgmx.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 13:00:00 2015 arunAATTgmx.de
- initial version