aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-12-16 12:51:01 +1100
committerAndrew Gerrand <adg@golang.org>2010-12-16 12:51:01 +1100
commite253d37d3e743fb5c08cef5aa6013b92e1e6661f (patch)
tree524324e4413d6bc7fc921d4f690fc48a6b78fb13
parentb05dd118ceb28ff960f98ae131c2d90c10ce417e (diff)
downloadgo-e253d37d3e743fb5c08cef5aa6013b92e1e6661f.tar.gz
go-e253d37d3e743fb5c08cef5aa6013b92e1e6661f.zip
doc/devel: release notes tweak
R=r CC=golang-dev https://golang.org/cl/3707041
-rw-r--r--doc/devel/release.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 94de636216..6225305b88 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -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.