From ac94c06d1e57fb4e41b547ce7652a6d698cfcf17 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 24 Jul 2013 10:54:33 +1000 Subject: [PATCH] doc/go1.2.txt: document new function unicode.In R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/11745044 --- doc/go1.2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.2.txt b/doc/go1.2.txt index 079b4f762b..a47a24145d 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -26,3 +26,4 @@ net: new build tag netgo for building a pure Go net package (CL 7100050). sort: new Stable function provides stable sort (CL 9612044). syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043). testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049). +unicode: add In, a nicer-to-use but equivalent version of IsOneOf (CL 11672044). -- 2.48.1