diff --git a/doc/go1.15.html b/doc/go1.15.html index 3a12ecfa11..c691bf3bd5 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -436,6 +436,19 @@ Do not send CLs removing the interior tags from such phrases. +
+ Creating a derived Context using a nil parent is now explicitly
+ disallowed. Any attempt to do so with the
+ WithValue,
+ WithDeadline, or
+ WithCancel functions
+ will cause a panic.
+