diff mbox series

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

Message ID 20240404165620.2248838-3-joaomarcos.costa@bootlin.com
State New
Headers show
Series Document changes in WIC and Go language | expand

Commit Message

Joao Marcos Costa April 4, 2024, 4:56 p.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(+)

Comments

Michael Opdenacker April 4, 2024, 5:54 p.m. UTC | #1
Hi João,

On 4/4/24 at 18:56, joaomarcos.costa@bootlin.com wrote:
> 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 --git a/documentation/migration-guides/release-notes-5.0.rst b/documentation/migration-guides/release-notes-5.0.rst
> index a56995cc9..e03f722a2 100644
> --- a/documentation/migration-guides/release-notes-5.0.rst
> +++ b/documentation/migration-guides/release-notes-5.0.rst
> @@ -62,6 +62,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 ``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.


Before I merge this one, could you send an update that also briefly 
describes this new class in ref-manual/classes.rst? This way, you will 
be able to make a reference to this class in the release notes too.

Thanks in advance
Cheers
Michael.
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 a56995cc9..e03f722a2 100644
--- a/documentation/migration-guides/release-notes-5.0.rst
+++ b/documentation/migration-guides/release-notes-5.0.rst
@@ -62,6 +62,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 ``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
 ~~~~~~~~~~~~~~~~~~~