From 9e0fb6ec77cfb45bb96e9c0fdc2ea4a9bd4e9d95 Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Fri, 8 May 2020 19:57:26 +0700 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 754c43c..b579b01 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,7 @@ Usage Change Log ---------- +- 0.8 Fixed processing of non-ascii HTMLs via regexps. - 0.8beta Replaced XHTML output with HTML5 output in summary() call. - 0.7.1 Support for Python 3.7 . Fixed a slowdown when processing documents with lots of spaces. - 0.7 Improved HTML5 tags handling. Fixed stripping unwanted HTML nodes (only first matching node was removed before).