summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-11-24 16:35:21 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-11-24 16:35:21 -0500
commited7085881a6005f96399dfaaa8f84bdcd596ee02 (patch)
treec81548fbbd5f7bc12154cd4311d1f130775de583 /CHANGES.md
parent217ec4144c4a4a90e81c7407728fe3ce00cff872 (diff)
downloadtwo-timer-ed7085881a6005f96399dfaaa8f84bdcd596ee02.zip
new small_grammar feature
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dc68ebd..2a5bfb2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,7 @@
# Change Log
+## 1.3.0
+* adding small_grammar feature to further speed up common use case
## 1.2.1
* bumpled lazy_static and pidgin dependencies
* use serialized matcher to avoid the cost of generating two_timer::GRAMMAR via the macro;