updated version and history

pull/29/head
Jens Mönig 2017-01-09 18:00:32 +01:00
rodzic ce5561faa8
commit a798eaef2d
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -3262,6 +3262,7 @@ http://snap.berkeley.edu/run#cloud:Username=jens&ProjectName=rotation
------
* GUI: “#run:” flags, thanks, Brian!
* GUI: Libraries Browser, thanks, Michael!
* Blocks: Fixed out of bounds issue with “go back _ layers”, thanks, Brian Broll!
== v4.10 === (in development)
@ -3287,4 +3288,5 @@ Fixes:
* IDE layout: fixed resizing issues when the window becomes too small
* Keep left-over blocks from “relabel” around
* Evaluate the generic WHEN-hat blocks predicate and first step of the attached script in the same atom
* “go back _ layers” to work with out-of bounds numbers, thanks, Brian Broll!
* Translation updates (Russian, Polish, Danish, Portuguese, Catalan, German)

Wyświetl plik

@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph*/
modules.objects = '2017-January-04';
modules.objects = '2017-January-09';
var SpriteMorph;
var StageMorph;