From 69c6498ac043bae7cb53590c2b51c8ef628f630f Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 13 Jan 2022 08:53:31 +0100 Subject: [PATCH] updated version log --- HISTORY.md | 4 ++++ snap.html | 2 +- src/threads.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7a80fe3e..aa20f715 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,12 +5,16 @@ * **New Features:** * text costumes library: new block to add a rectangular colored background with optional padding to a copy of a costume, for making "clickable buttons" * **Notable Changes:** + * improved emoji handling for "length of text" reporter, thanks, Michael! * **Notable Fixes:** * strings library: fixed an index range bug, thanks, Brian! * **Documentation Updates:** * **Translation Updates:** * Chinese, thanks, Simon! +### 2022-01-13 +* threads: improved emoji handling for "length of text" reporter, thanks, Michael! + ### 2022-01-10 * new dev version * text costumes library: new block to add a rectangular colored background with padding to a copy of a costume diff --git a/snap.html b/snap.html index de76db0e..e6b2b283 100755 --- a/snap.html +++ b/snap.html @@ -17,7 +17,7 @@ - + diff --git a/src/threads.js b/src/threads.js index 22556419..fd013d89 100644 --- a/src/threads.js +++ b/src/threads.js @@ -64,7 +64,7 @@ SnapExtensions, AlignmentMorph, TextMorph, Cloud, HatBlockMorph*/ /*jshint esversion: 6*/ -modules.threads = '2022-January-04'; +modules.threads = '2022-January-13'; var ThreadManager; var Process;