From 73e4454fe5c07f3a7d27f225ee3f0a4b98147001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Fri, 25 Mar 2022 10:51:52 +0100 Subject: [PATCH] updated history --- HISTORY.md | 3 ++- snap.html | 2 +- src/threads.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index de566d6c..b73bb7e6 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -13,9 +13,10 @@ * **Notable Fixes:** * fixed relabelling "sum", "product", "minimum" and "maximum" reporters * fixed relabelling local custom blocks to global ones and vice-versa + * fixed library blocks preview to deal with both local and global blocks + * fixed scope of script vars inside experimental JIT-compiled rings, thanks, xBZZZ! * fixed an edge case for slot type inferral * fixed variadic AND/OR reporters library, thanks, Brian! - * fixed library blocks preview to deal with both local and global blocks * fixed a pen-size issue in the frequency distribution analysis' graph-plot block, thanks, Brian! * **Documentation Updates:** * updated contribution guidelines, thanks, Peter! diff --git a/snap.html b/snap.html index dd99b690..acf097dc 100755 --- a/snap.html +++ b/snap.html @@ -17,7 +17,7 @@ - + diff --git a/src/threads.js b/src/threads.js index c9b4345d..630ab040 100644 --- a/src/threads.js +++ b/src/threads.js @@ -64,7 +64,7 @@ SnapExtensions, AlignmentMorph, TextMorph, Cloud, HatBlockMorph*/ /*jshint esversion: 6, bitwise: false*/ -modules.threads = '2022-March-24'; +modules.threads = '2022-March-25'; var ThreadManager; var Process;