Attention is currently required from: Dmitri Shuralyov.
Heschi Kreinick would like Dmitri Shuralyov to review this change.
doc: start draft Go 1.22 release notes
For #61422.
Change-Id: I1a7430d9113cbaede1822115a7daeb45a894af25
---
A doc/go1.22.html
1 file changed, 78 insertions(+), 0 deletions(-)
diff --git a/doc/go1.22.html b/doc/go1.22.html
new file mode 100644
index 0000000..c81fa46
--- /dev/null
+++ b/doc/go1.22.html
@@ -0,0 +1,78 @@
+<!--{
+ "Title": "Go 1.22 Release Notes",
+ "Path": "/doc/go1.22"
+}-->
+
+<!--
+NOTE: In this document and others in this directory, the convention is to
+set fixed-width phrases with non-fixed-width spaces, as in
+<code>hello</code> <code>world</code>.
+Do not send CLs removing the interior tags from such phrases.
+-->
+
+<style>
+ main ul li { margin: 0.5em 0; }
+</style>
+
+<h2 id="introduction">DRAFT RELEASE NOTES — Introduction to Go 1.22</h2>
+
+<p>
+ <strong>
+ Go 1.22 is not yet released. These are work-in-progress
+ release notes. Go 1.22 is expected to be released in February 2024.
+ </strong>
+</p>
+
+<h2 id="language">Changes to the language</h2>
+
+<p>
+ TODO: complete this section
+</p>
+
+<h2 id="ports">Ports</h2>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
+<h2 id="tools">Tools</h2>
+
+<h3 id="go-command">Go command</h3>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
+<h2 id="runtime">Runtime</h2>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
+<h2 id="compiler">Compiler</h2>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
+<h2 id="linker">Linker</h2>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
+<h2 id="library">Core library</h2>
+
+<h3 id="minor_library_changes">Minor changes to the library</h3>
+
+<p>
+ As always, there are various minor changes and updates to the library,
+ made with the Go 1 <a href="/doc/go1compat">promise of compatibility</a>
+ in mind.
+ There are also various performance improvements, not enumerated here.
+</p>
+
+<p>
+ TODO: complete this section
+</p>
+
To view, visit change 510377. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Heschi Kreinick.
Patch set 1:Code-Review +2
2 comments:
Patchset:
Thanks.
File doc/go1.22.html:
<h2 id="ports">Ports</h2>
<p>
TODO: complete this section, or delete if not needed
</p>
In the 1.21 release notes, the 'Ports' section moved to the very end, after the 'Core library' section (CL 500957). Perhaps that'll make a better default for starting 1.22 template?
To view, visit change 510377. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Heschi Kreinick.
Patch set 1:Code-Review +1
Attention is currently required from: Heschi Kreinick.
Heschi Kreinick uploaded patch set #2 to this change.
The following approvals got outdated and were removed: Auto-Submit+1 by Heschi Kreinick, Run-TryBot+1 by Heschi Kreinick
doc: start draft Go 1.22 release notes
For #61422.
Change-Id: I1a7430d9113cbaede1822115a7daeb45a894af25
---
A doc/go1.22.html
1 file changed, 78 insertions(+), 0 deletions(-)
To view, visit change 510377. To unsubscribe, or for help writing mail filters, visit settings.
<h2 id="ports">Ports</h2>
<p>
TODO: complete this section, or delete if not needed
</p>
In the 1. […]
Done
To view, visit change 510377. To unsubscribe, or for help writing mail filters, visit settings.
Gopher Robot submitted this change.
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: doc/go1.22.html
Insertions: 6, Deletions: 6.
@@ -29,12 +29,6 @@
TODO: complete this section
</p>
-<h2 id="ports">Ports</h2>
-
-<p>
- TODO: complete this section, or delete if not needed
-</p>
-
<h2 id="tools">Tools</h2>
<h3 id="go-command">Go command</h3>
@@ -76,3 +70,9 @@
TODO: complete this section
</p>
+<h2 id="ports">Ports</h2>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
```
doc: start draft Go 1.22 release notes
For #61422.
Change-Id: I1a7430d9113cbaede1822115a7daeb45a894af25
Reviewed-on: https://go-review.googlesource.com/c/go/+/510377
Reviewed-by: Dmitri Shuralyov <dmit...@google.com>
TryBot-Result: Gopher Robot <go...@golang.org>
Run-TryBot: Heschi Kreinick <hes...@google.com>
Auto-Submit: Heschi Kreinick <hes...@google.com>
Reviewed-by: Dmitri Shuralyov <dmit...@golang.org>
---
A doc/go1.22.html
1 file changed, 78 insertions(+), 0 deletions(-)
diff --git a/doc/go1.22.html b/doc/go1.22.html
new file mode 100644
index 0000000..5534a3f+<h2 id="ports">Ports</h2>
+
+<p>
+ TODO: complete this section, or delete if not needed
+</p>
+
To view, visit change 510377. To unsubscribe, or for help writing mail filters, visit settings.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |