summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.js4
-rwxr-xr-xhistory.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/blocks.js b/blocks.js
index 383518a..480545d 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2014-February-04';
+modules.blocks = '2014-February-11';
var SyntaxElementMorph;
@@ -825,7 +825,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
'hour' : ['hour'],
'minute' : ['minute'],
'second' : ['second'],
- 'time in milliseconds' : ['time in milliseconds'],
+ 'time in milliseconds' : ['time in milliseconds']
},
true // read-only
);
diff --git a/history.txt b/history.txt
index 0ffa8c2..a99517e 100755
--- a/history.txt
+++ b/history.txt
@@ -2094,3 +2094,4 @@ ______
------
* GUI: Set stage dimensions arbitrarily (new entries in the settings menu when holding shift)
* Store: Saving & Loading for arbitrary stage dimensions in the project data
+* new Date block, thanks, Michael!!!