From: Katie Hockman Date: Wed, 12 Jun 2019 22:04:00 +0000 (-0400) Subject: doc: release notes for text/scanner and text/template X-Git-Tag: go1.13beta1~85 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c0c6cee6aada70c261bd83cd0a94e6e37ba1fc21;p=gostls13.git 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 --- 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.