Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a8f6e3..b9388eb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,16 +5,20 @@ ENHANCEMENTS
* Refactoring of block and palette generation to use the plugin
classes for all blocks. (The goal is to make it easier for end-user
modifications.)
+* Added the ability to add new blocks on the fly (See uturn.py example)
* Added basic-style-3arg block (used by NXT plugin)
* Moved plugin libraries to ./plugins/lib/
* Shared turtles are updated after mouse drag (#2687)
* Shared turtles cannot be repositioned remotely (#2687)
+* Turtles are synchronized when joining share (#2687)
BUG FIXES
* Fixed regression with help messages when running Sugar 0.84 (#2676)
+* Fixed problem with selected turtle reverting back to default turtle (#2687)
* Fixed problem with camera block graphic in trash (#2678)
* Fixed regression with camera_plugin after refactoring (#2689)
+* Fixed problem with saving/loading extra turtles when nick changes (#2441)
106