summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 764f7e0..a5faa9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,8 +19,11 @@ Core and builtins
Library
-------
+- Bug #1514693: Update turtle's heading when switching between
+ degrees and radians.
+
- Reimplement turtle.circle using a polyline, to allow correct
- filling of arcs. Also fixes #1514693.
+ filling of arcs.
- Bug #1514703: Only setup canvas window in turtle when the canvas
is created.