|
| 1 | +<!--{ |
| 2 | + "Title": "Go 1.13 Release Notes", |
| 3 | + "Path": "/doc/go1.13", |
| 4 | + "Template": true |
| 5 | +}--> |
| 6 | + |
| 7 | +<!-- |
| 8 | +NOTE: In this document and others in this directory, the convention is to |
| 9 | +set fixed-width phrases with non-fixed-width spaces, as in |
| 10 | +<code>hello</code> <code>world</code>. |
| 11 | +Do not send CLs removing the interior tags from such phrases. |
| 12 | +--> |
| 13 | + |
| 14 | +<style> |
| 15 | + ul li { margin: 0.5em 0; } |
| 16 | +</style> |
| 17 | + |
| 18 | +<h2 id="introduction">DRAFT RELEASE NOTES - Introduction to Go 1.13</h2> |
| 19 | + |
| 20 | +<p> |
| 21 | + <strong> |
| 22 | + Go 1.13 is not yet released. These are work-in-progress |
| 23 | + release notes. Go 1.13 is expected to be released in August 2019. |
| 24 | + </strong> |
| 25 | +</p> |
| 26 | + |
| 27 | +<p> |
| 28 | +TODO |
| 29 | +</p> |
| 30 | + |
| 31 | +<h2 id="language">Changes to the language</h2> |
| 32 | + |
| 33 | +<p> |
| 34 | +TODO |
| 35 | +</p> |
| 36 | + |
| 37 | +<h2 id="ports">Ports</h2> |
| 38 | + |
| 39 | +<p> |
| 40 | +TODO |
| 41 | +</p> |
| 42 | + |
| 43 | +<h3 id="darwin">Darwin</h3> |
| 44 | + |
| 45 | +<p> |
| 46 | + As <a href="go1.12#darwin">announced</a> in the Go 1.12 release notes, |
| 47 | + Go 1.13 now requires macOS 10.11 El Capitan or later; |
| 48 | + support for previous versions has been discontinued. |
| 49 | +</p> |
| 50 | + |
| 51 | +<h3 id="freebsd">FreeBSD</h3> |
| 52 | + |
| 53 | +<p> |
| 54 | + As <a href="go1.12#freebsd">announced</a> in the Go 1.12 release notes, |
| 55 | + Go 1.13 now requires FreeBSD 11.2 or later; |
| 56 | + support for previous versions has been discontinued. |
| 57 | + FreeBSD 12.0 or later requires a kernel with the COMPAT_FREEBSD11 option set (this is the default). |
| 58 | +</p> |
| 59 | + |
| 60 | +<h2 id="tools">Tools</h2> |
| 61 | + |
| 62 | +<p> |
| 63 | +TODO |
| 64 | +</p> |
| 65 | + |
| 66 | +<h2 id="runtime">Runtime</h2> |
| 67 | + |
| 68 | +<p> |
| 69 | +TODO |
| 70 | +</p> |
| 71 | + |
| 72 | + |
| 73 | +<h2 id="library">Core library</h2> |
| 74 | + |
| 75 | +<p> |
| 76 | +TODO generally |
| 77 | +</p> |
| 78 | + |
| 79 | +<h3 id="tls_1_3">TLS 1.3</h3> |
| 80 | + |
| 81 | +<p> |
| 82 | +TODO; link to <a href="/doc/go1.12#tls_1_3">Go 1.12 notes</a>. |
| 83 | +</p> |
| 84 | + |
| 85 | + |
| 86 | +<h3 id="minor_library_changes">Minor changes to the library</h3> |
| 87 | + |
| 88 | +<p> |
| 89 | + As always, there are various minor changes and updates to the library, |
| 90 | + made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a> |
| 91 | + in mind. |
| 92 | +</p> |
| 93 | + |
| 94 | +<p> |
| 95 | +TODO |
| 96 | +</p> |
| 97 | + |
0 commit comments