summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index cda80bd..5c183c1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -33,4 +33,5 @@
* added parsable function
## 1.2.1
* bumpled lazy_static and pidgin dependencies
-* use serialized matcher to avoid the cost of generating two_timer::GRAMMAR via the macro \ No newline at end of file
+* use serialized matcher to avoid the cost of generating two_timer::GRAMMAR via the macro
+this cuts about 0.4 seconds off the startup time of two_timer on my machine, going from 0.85 seconds to 0.48 seconds \ No newline at end of file