- 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]
2.0.3
------------------
- Minor cleanup: whitespace, git ignores. [gforcada, rnix]
2.0.2
------------------
- Allows an easy way to extend the converter through subclassing. One might want to override the regexps, or modify the HTML that one of the replace* methods produces. https://github.com/plone/plone.intelligenttext/pull/1 [dnouri]