diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
commit | ed7085881a6005f96399dfaaa8f84bdcd596ee02 (patch) | |
tree | c81548fbbd5f7bc12154cd4311d1f130775de583 /CHANGES.md | |
parent | 217ec4144c4a4a90e81c7407728fe3ce00cff872 (diff) | |
download | two-timer-ed7085881a6005f96399dfaaa8f84bdcd596ee02.zip |
new small_grammar feature
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |