diff --git a/doc/go1.17.html b/doc/go1.17.html index 9f334868699dd..9328211c9a984 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -241,13 +241,25 @@
- 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 @@