]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: document new function unicode.In
authorRob Pike <r@golang.org>
Wed, 24 Jul 2013 00:54:33 +0000 (10:54 +1000)
committerRob Pike <r@golang.org>
Wed, 24 Jul 2013 00:54:33 +0000 (10:54 +1000)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/11745044

doc/go1.2.txt

index 079b4f762bbaa6d72ec5ce34bd8fb49a2b062729..a47a24145d2977d086b0d75aca24185c7a4c716d 100644 (file)
@@ -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).