|
| 1 | +<!--{ |
| 2 | + "Title": "Go 1.21 Release Notes", |
| 3 | + "Path": "/doc/go1.21" |
| 4 | +}--> |
| 5 | + |
| 6 | +<!-- |
| 7 | +NOTE: In this document and others in this directory, the convention is to |
| 8 | +set fixed-width phrases with non-fixed-width spaces, as in |
| 9 | +<code>hello</code> <code>world</code>. |
| 10 | +Do not send CLs removing the interior tags from such phrases. |
| 11 | +--> |
| 12 | + |
| 13 | +<style> |
| 14 | + main ul li { margin: 0.5em 0; } |
| 15 | +</style> |
| 16 | + |
| 17 | +<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.21</h2> |
| 18 | + |
| 19 | +<p> |
| 20 | + <strong> |
| 21 | + Go 1.21 is not yet released. These are work-in-progress |
| 22 | + release notes. Go 1.21 is expected to be released in August 2023. |
| 23 | + </strong> |
| 24 | +</p> |
| 25 | + |
| 26 | +<h2 id="language">Changes to the language</h2> |
| 27 | + |
| 28 | +<p> |
| 29 | + TODO: complete this section |
| 30 | +</p> |
| 31 | + |
| 32 | +<h2 id="ports">Ports</h2> |
| 33 | + |
| 34 | +<p> |
| 35 | + TODO: complete this section, or delete if not needed |
| 36 | +</p> |
| 37 | + |
| 38 | +<h2 id="tools">Tools</h2> |
| 39 | + |
| 40 | +<h3 id="go-command">Go command</h3> |
| 41 | + |
| 42 | +<p> |
| 43 | + TODO: complete this section, or delete if not needed |
| 44 | +</p> |
| 45 | + |
| 46 | +<h2 id="runtime">Runtime</h2> |
| 47 | + |
| 48 | +<p> |
| 49 | + TODO: complete this section, or delete if not needed |
| 50 | +</p> |
| 51 | + |
| 52 | +<h2 id="compiler">Compiler</h2> |
| 53 | + |
| 54 | +<p> |
| 55 | + TODO: complete this section, or delete if not needed |
| 56 | +</p> |
| 57 | + |
| 58 | +<h2 id="linker">Linker</h2> |
| 59 | + |
| 60 | +<p> |
| 61 | + TODO: complete this section, or delete if not needed |
| 62 | +</p> |
| 63 | + |
| 64 | +<h2 id="library">Core library</h2> |
| 65 | + |
| 66 | +<h3 id="minor_library_changes">Minor changes to the library</h3> |
| 67 | + |
| 68 | +<p> |
| 69 | + As always, there are various minor changes and updates to the library, |
| 70 | + made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a> |
| 71 | + in mind. |
| 72 | + There are also various performance improvements, not enumerated here. |
| 73 | +</p> |
| 74 | + |
| 75 | +<p> |
| 76 | + TODO: complete this section |
| 77 | +</p> |
0 commit comments