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--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67881c6..3040c24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+123
+
+ENHANCEMENTS
+* Using Cairo graphics
+ - antialiasing
+ - rotation of text and images
+ - filled arcs
+
+NOTE
+* For performance reasons, the coordinate grids are now drawn directly
+ onto the turtle canvas. This has two consequences: (1) the grids cannot
+ be erased except by erasing the entire screen; and (2) the turtle can
+ draw on top of the grid.
+
122
ENHANCEMENTS
@@ -26,6 +40,7 @@ ENHANCEMENTS
BUG FIXES
* Fixed type error introduced to arc commands by patch to address #3164
+
118
ENHANCEMENTS