From b3b944aa6e073b2f0bfa72d06a4d77830e6d7c76 Mon Sep 17 00:00:00 2001 From: Joel Stimson Date: Tue, 12 Jan 2021 15:41:55 -0800 Subject: [PATCH] Add 4.5.1 history --- History.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.txt b/History.txt index fc1ad85..27d074e 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 4.5.1 + +* Replace regex with end_with? in lookup + === 4.5.0 * [backwards-incompatible] Switch from DeepClone to copy-on-write for temp. As part of the implementation, *values* are no longer cloned.