From b377da6896bf206398d41770eba5439c0bc98a90 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Fri, 3 Oct 2014 08:29:06 -0400 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index bdc1906..289c7bc 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,10 @@ Dict("C") ' -> Empty ### Release Notes +#### 1.1.0 + +- Use compiler statements to use Scripting.Dictionary internally if available (improves Windows performance by ~3x) + #### 1.0.0 Initial release of VBA-Dictionary