diff options
| author | Rob Pike <r@golang.org> | 2015-04-03 16:51:08 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2015-04-03 23:53:12 +0000 |
| commit | ea2c94e81e1a80677b604cb503e729ca413cd6fe (patch) | |
| tree | ac7c2b04ddb80d052670d43dab60fb906f1f0fac | |
| parent | 90554be0302a62f1a2f0cbd6c6c269a3cdc747bc (diff) | |
| download | go-ea2c94e81e1a80677b604cb503e729ca413cd6fe.tar.xz | |
doc/go1.5.txt: bytes.Buffer.Cap, template.Option
Change-Id: I8e2177ffdb4b75e7f3687109311306fc02fcc8e3
Reviewed-on: https://go-review.googlesource.com/8468
Reviewed-by: Rob Pike <r@golang.org>
| -rw-r--r-- | doc/go1.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 2a8ad2116e..d9fe86e6fe 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -19,6 +19,7 @@ API additions and behavior changes: archive/zip: add (*Writer).SetOffset method (https://golang.org/cl/7445) bufio: add Reader.Discard (https://golang.org/cl/2260) +bytes: add Buffer.Cap (https://golang.org/cl/8342) crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754) crypto/elliptic: add Name field to CurveParams struct (https://golang.org/cl/2133) crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791) @@ -41,6 +42,7 @@ strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https:// syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130) syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555) testing/quick: support generation of arrays (https://golang.org/cl/3865) +text/template: add Options method (https://golang.org/cl/8462) Tools: |
