From 3ba8e6d2c118e6d0f217583719eadcfdf562a249 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 5 Jan 2022 18:02:21 +0100 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 613cb0bb..c1188220 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,12 +6,14 @@ * syntax tree format for translatable input options and constants: "[choice]" * **Notable Changes:** * **Notable Fixes:** + * strings library: substrings handle negative indices as documented, thanks, Brian! * **Documentation Updates:** * **Translation Updates:** ### 2022-01-05 * new dev version * blocks: added syntax tree representation for translated input options and constants +* strings library update, thanks, Brian! ## 7.0.3: * **New Features:**