kopia lustrzana https://github.com/backface/turtlestitch
updated history
rodzic
716c0e5311
commit
73e4454fe5
|
@ -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!
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<script src="src/symbols.js?version=2021-03-03"></script>
|
||||
<script src="src/widgets.js?version=2021-17-09"></script>
|
||||
<script src="src/blocks.js?version=2022-03-22"></script>
|
||||
<script src="src/threads.js?version=2022-03-24"></script>
|
||||
<script src="src/threads.js?version=2022-03-25"></script>
|
||||
<script src="src/objects.js?version=2022-03-16"></script>
|
||||
<script src="src/scenes.js?version=2022-03-03"></script>
|
||||
<script src="src/gui.js?version=2022-03-17"></script>
|
||||
|
|
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue