The Canvas module has been removed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b58d3a..b5023e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- The Canvas module has been removed.
+
 - The Decimal module gained the magic methods __round__, __ceil__,
   __floor__ and __trunc__, to give support for round, math.ceil,
   math.floor and math.trunc.