diff mbox series

[v1,2/3] release-notes: add changes to Go language

Message ID 20240405100355.2268926-3-joaomarcos.costa@bootlin.com
State New
Headers show
Series Add missing parts to Go language changes | expand

Commit Message

Joao Marcos Costa April 5, 2024, 10:03 a.m. UTC
From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

Mention the new class 'go-vendor' in 'Miscellaneous changes'.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/release-notes-5.0.rst | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
index fa18afe39..8df95ca21 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -64,6 +64,10 @@  New Features / Enhancements in 5.0
    -  ``systemd-boot`` can, from now on, be compiled as ``native``, thus
       providing ``ukify`` tool to build UKI images.
 
+   -  The :ref:`ref-classes-go-vendor` class was added to support offline builds
+      (i.e., vendoring). It can also handle modules from the same repository,
+      taking into account their versions.
+
 Known Issues in 5.0
 ~~~~~~~~~~~~~~~~~~~