From c0c6cee6aada70c261bd83cd0a94e6e37ba1fc21 Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Wed, 12 Jun 2019 18:04:00 -0400 Subject: [PATCH] doc: release notes for text/scanner and text/template Change-Id: Ib5417cc48959b03befb1579da3281415a11ede9f Reviewed-on: https://go-review.googlesource.com/c/go/+/181879 Reviewed-by: Dmitri Shuralyov --- doc/go1.13.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index 23c31d0663..84404104df 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -383,7 +383,8 @@ TODO
text/scanner

- TODO: https://golang.org/cl/163079: don't liberally consume (invalid) floats or underbars + The new AllowNumberbars + mode allows number literals to contain underbars as digit separators.

@@ -391,7 +392,8 @@ TODO
text/template

- TODO: https://golang.org/cl/161762: add a slice function to the predefined global functions + The new slice function + returns the result of slicing its first argument by the following arguments.

-- 2.50.0