mbox series

[v1,0/3] Add missing parts to Go language changes

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

Message

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

Hello,

I am (re)sending the patches that needed some rework, but not as a v2 since some
patches from the previous series were already merged. Plus, a new patch to
document the go-vendor class in ref-manual/classes.rst was included.

Best regards,

Joao Marcos Costa (3):
  classes: document new go-vendor class
  release-notes: add changes to Go language
  migration: add Go language changes

 documentation/migration-guides/migration-5.0.rst    |  4 ++++
 .../migration-guides/release-notes-5.0.rst          |  4 ++++
 documentation/ref-manual/classes.rst                | 13 +++++++++++++
 3 files changed, 21 insertions(+)

Comments

Michael Opdenacker April 5, 2024, 12:42 p.m. UTC | #1
Hello João,

On 4/5/24 at 12:03, joaomarcos.costa@bootlin.com wrote:
> From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
>
> Hello,
>
> I am (re)sending the patches that needed some rework, but not as a v2 since some
> patches from the previous series were already merged. Plus, a new patch to
> document the go-vendor class in ref-manual/classes.rst was included.
>
> Best regards,
>
> Joao Marcos Costa (3):
>    classes: document new go-vendor class
>    release-notes: add changes to Go language
>    migration: add Go language changes
>
>   documentation/migration-guides/migration-5.0.rst    |  4 ++++
>   .../migration-guides/release-notes-5.0.rst          |  4 ++++
>   documentation/ref-manual/classes.rst                | 13 +++++++++++++
>   3 files changed, 21 insertions(+)


For all patches:
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> (after 
a few edits for 1/3)
Merged into master-next
Thanks
Michael.