Commit ac94c06d authored by Rob Pike's avatar Rob Pike

doc/go1.2.txt: document new function unicode.In

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/11745044
parent 6a801539
...@@ -26,3 +26,4 @@ net: new build tag netgo for building a pure Go net package (CL 7100050). ...@@ -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). sort: new Stable function provides stable sort (CL 9612044).
syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043). 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). 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).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment