File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 14
14
main ul li { margin : 0.5em 0 ; }
15
15
</ style >
16
16
17
- < h2 id ="introduction "> DRAFT RELEASE NOTES — Introduction to Go 1.15</ h2 >
17
+ < h2 id ="introduction "> Introduction to Go 1.15</ h2 >
18
18
19
19
< p >
20
- < strong >
21
- Go 1.15 is not yet released. These are work-in-progress
22
- release notes. Go 1.15 is expected to be released in August 2020.
23
- </ strong >
20
+ The latest Go release, version 1.15, arrives six months after < a href ="go1.14 "> Go 1.14</ a > .
21
+ Most of its changes are in the implementation of the toolchain, runtime, and libraries.
22
+ As always, the release maintains the Go 1 < a href ="/doc/go1compat.html "> promise of compatibility</ a > .
23
+ We expect almost all Go programs to continue to compile and run as before.
24
+ </ p >
25
+
26
+ < p >
27
+ Go 1.15 includes < a href ="#linker "> substantial improvements to the linker</ a > ,
28
+ improves < a href ="#runtime "> allocation for small objects at high core counts</ a > , and
29
+ deprecates < a href ="#commonname "> X.509 CommonName</ a > .
30
+ < code > GOPROXY</ code > now supports skipping proxies that return errors and
31
+ a new < a href ="#time/tzdata "> embedded tzdata package</ a > has been added.
24
32
</ p >
25
33
26
34
< h2 id ="language "> Changes to the language</ h2 >
You can’t perform that action at this time.
0 commit comments