From e307cc1ab1b81bb32a30507f76906029f4ce5153 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Tue, 22 Jan 2019 09:57:16 -0600 Subject: [PATCH] update for release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d376b..27054b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Transformation of words ending in double-s now handled more approproately. To wit, changes the regex for "ending in 's'" to be "ending in a *single* 's'" so -that words like _address_, _class_, _illness_, _pass_, _press_, etc. are not +that words like "address", "class", "illness", "pass", "press", etc. are not unexpectedly truncated. Also added documentation about custom templates.