summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorLeo Hemsted <leohemsted@gmail.com>2017-12-20 13:34:39 +0000
committerGitHub <noreply@github.com>2017-12-20 13:34:39 +0000
commitf55765a6929c981b44622def53038a39e565b6b2 (patch)
tree4b9a4ea7065c876b7d81774d7661debab8b68621 /CHANGES.rst
parent655dd138b9592219a0937b83ed76af69d42b1c37 (diff)
parent4b5ab3344cc88c69c1045e2c488173dfa867bb7f (diff)
downloadsmartypants-git-f55765a6929c981b44622def53038a39e565b6b2.tar.gz
Merge pull request #2 from leohemsted/regex-match
Use match instead of search.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 133dc8c..2627e49 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -46,6 +46,7 @@ Releases 2.0 and greater
Development
-----------
+* use `re.match` instead of `re.search` to improve performance on large strings
Release 2.0.0 (2016-12-28T06:18:42Z)
------------------------------------