- Drop Python 2.6 support from tests. Start testing on 3.7 and 3.8. [maurits] (9)
3.0.0
------------------
Breaking changes:
- Dropped support for Python 3.3.
Bug fixes:
- Return str from transform in Python 3. [davisagli]
2.2.1
------------------
Bug fixes:
- Remove use of pyenv on Travis now that they upped their PyPy game and use the tox-travis egg to simplify how the config file looks like. [Rotonen]
2.2
----------------
New:
- Recognizes URLs embedded at the end of sentences. The punctuation mark of the sentence is split from the URL. Use brackets to force punctuation marks at the end of URLs. [tarnap]
Fixes:
- Use pyenv for installing python versions on Travis. [Rotonen]
2.1.0
------------------
New:
- Make compatible with Python 3. [davisagli]
Fixes:
- Minor cleanup (pep8, readability, ReST) [jensens]