Skip to content

Commit bd1e6e0

Browse files
toothrotandybons
authored andcommitted
[x/blog] content: add go1.15.article
For golang/go#27155 Change-Id: I6c0a2a7b9293a39393192920c3625b6f09d77e0a Reviewed-on: https://go-review.googlesource.com/c/blog/+/247406 Reviewed-by: Carlos Amedee <[email protected]> X-Blog-Commit: 3841cf6a3ea0effaf63edb48a2cc0973c56ce756
1 parent db61f15 commit bd1e6e0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

blog/content/go1.15.article

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Go 1.15 is released
2+
11 Aug 2020
3+
Summary: Go 1.15 adds a new linker, X.509 changes, runtime improvements, compiler improvements, GOPROXY improvements, and more.
4+
5+
Alex Rakoczy
6+
7+
##
8+
9+
Today the Go team is very happy to announce the release of Go 1.15. You can get it from the [download page](https://golang.org/dl).
10+
11+
Some of the highlights include:
12+
13+
- [Substantial improvements to the Go linker](https://golang.org/doc/go1.15#linker)
14+
- [Improved allocation for small objects at high core counts](https://golang.org/doc/go1.15#runtime)
15+
- [X.509 CommonName deprecation](https://golang.org/doc/go1.15#commonname)
16+
- [GOPROXY supports skipping proxies that return errors](https://golang.org/doc/go1.15#go-command)
17+
- [New embedded tzdata package](https://golang.org/doc/go1.15#time/tzdata)
18+
- [A number of Core Library improvements](https://golang.org/doc/go1.15#library)
19+
20+
For the complete list of changes and more information about the improvements above, see the [**Go 1.15 release notes**](https://golang.org/doc/go1.15).
21+
22+
We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidates.
23+
Your contributions and diligence helped to ensure that Go 1.15 is as stable as possible.
24+
That said, if you notice any problems, please [file an issue](https://golang.org/issue/new).
25+
26+
We hope you enjoy the new release!

0 commit comments

Comments
 (0)