------------------ - *BUG FIX:* Handle urllib imports in Python 2 and 3 correctly `51 <https://github.com/miso-belica/jusText/pull/51>`_.
3.0.1
------------------ - *BUG FIX:* Fix issue with new version of lxml `48 <https://github.com/miso-belica/jusText/pull/48>`_.
3.0.0
------------------ - *INCOMPATIBLE CHANGE:* Dropped support for Python 3.4 and below. - *BUG FIX:* Don't join words separated only by ``<br>`` tag. - *BUG FIX:* List available stop-lists alphabetically.
2.2.0
------------------ - *INCOMPATIBLE CHANGE:* Stop words are case insensitive. - *INCOMPATIBLE CHANGE:* Dropped support for Python 3.2 - *BUG FIX:* Preserve new lines from original text in paragraphs.
2.1.1
------------------ - *BUG FIX:* Function ``decode_html`` now respects parameter ``errors`` when falling to ``default_encoding`` `9 <https://github.com/miso-belica/jusText/issues/9>`_.
2.1.0
------------------ - *FEATURE:* Added XPath selector to the paragrahs. XPath selector is also available in detailed output as ``xpath`` attribute of ``<p>`` tag `5 <https://github.com/miso-belica/jusText/pull/5>`_.