Reimplement turtle.circle using a polyline, to allow correct
filling of arcs. Also fixes #1514693.
diff --git a/Misc/NEWS b/Misc/NEWS
index 63e4b75..764f7e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@
 Library
 -------
 
+- Reimplement turtle.circle using a polyline, to allow correct
+  filling of arcs. Also fixes #1514693.
+
 - Bug #1514703: Only setup canvas window in turtle when the canvas
   is created.