diff --git a/doc/go1.17.html b/doc/go1.17.html index 9f334868699..9328211c9a9 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -241,13 +241,25 @@ Do not send CLs removing the interior tags from such phrases. -
- TODO: https://golang.org/cl/280492: handle negative runes in WriteRune
+ The Writer.WriteRune method
+ now writes the replacement character U+FFFD for negative rune values,
+ as it does for other invalid runes.
+ The Buffer.WriteRune method
+ now writes the replacement character U+FFFD for negative rune values,
+ as it does for other invalid runes.
+
+ The Builder.WriteRune method
+ now writes the replacement character U+FFFD for negative rune values,
+ as it does for other invalid runes.
+
@@ -477,7 +499,18 @@ Do not send CLs removing the interior tags from such phrases.