Skip to content

Commit 36f4887

Browse files
committed
Forgot to update CHANGELOG when releasing 1.2
1 parent 7b6c852 commit 36f4887

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.coverage
55
.eggs/
66
.tox/
7+
build/
78
coverage.*
9+
dist/
810
doc/build/
911
htmlcov/

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
*******
44

5+
1.2
6+
===
7+
8+
* Improved parsing speed by compiling regex on global context and reusing
9+
named collection.
10+
511
1.1
612
===
713

@@ -12,6 +18,7 @@ History
1218
* Added to travis ci.
1319
* Execute one regex at a time.
1420

21+
1522
1.0.2
1623
=====
1724

0 commit comments

Comments
 (0)