]> Cypherpunks repositories - gostls13.git/commitdiff
doc/devel: release notes tweak
authorAndrew Gerrand <adg@golang.org>
Thu, 16 Dec 2010 01:51:01 +0000 (12:51 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 16 Dec 2010 01:51:01 +0000 (12:51 +1100)
R=r
CC=golang-dev
https://golang.org/cl/3707041

doc/devel/release.html

index 94de63621611b23e3d3749aff01d427c788f71e4..6225305b881219ad96211d597159f18656effed2 100644 (file)
@@ -79,7 +79,7 @@ If necessary, the NaCl code can be recovered from the repository history.
 * os: fix test of RemoveAll.
 * os/inotify: new package (thanks Balazs Lecz).
 * os: make MkdirAll work with symlinks (thanks Ryan Hitchman).
-* regexp: simplify code for brackets, speed up by about 30%.
+* regexp: speed up by about 30%; also simplify code for brackets.
 * runtime/linux/386: set FPU to 64-bit precision.
 * runtime: remove paranoid mapping at 0.
 * suffixarray: add Bytes function.