From 1f0f339241777850025331ac04b774b0d223ad1b Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 25 Sep 2020 16:01:26 +0200 Subject: [PATCH] updated version history --- HISTORY.md | 2 ++ snap.html | 2 +- src/blocks.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6ef523ba..480b6d1e 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,10 +4,12 @@ * **New Features:** * added "bar / lines" option for plotting charts in the "frequency distribution analysis" library + * new "add comment" option in the block context menu, thanks, Rob Fidler! ### 2020-09-25 * new dev version * updated "frequency distribution analysis" library: New "lines" option for plotting +* blocks: new "add comment" option in the block context menu, thanks, Rob Fidler! ## 6.2.1 * **New Features:** diff --git a/snap.html b/snap.html index 014f3b64..bcf9a429 100755 --- a/snap.html +++ b/snap.html @@ -8,7 +8,7 @@ - + diff --git a/src/blocks.js b/src/blocks.js index dd65ed68..df9176e7 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -158,7 +158,7 @@ CustomCommandBlockMorph, SymbolMorph, ToggleButtonMorph, DialMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2020-September-20'; +modules.blocks = '2020-September-25'; var SyntaxElementMorph; var BlockMorph;