Message ID | 20200521142138.3528654-1-george.dunlap@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | CHANGELOG: Add an entry for golang binding updates | expand |
> -----Original Message----- > From: George Dunlap <george.dunlap@citrix.com> > Sent: 21 May 2020 15:22 > To: xen-devel@lists.xenproject.org > Cc: George Dunlap <george.dunlap@citrix.com>; Paul Durrant <paul@xen.org>; Nick Rosbrook > <rosbrookn@ainfosec.com> > Subject: [PATCH] CHANGELOG: Add an entry for golang binding updates > > Wasn't sure whether this sort of thing was what was wanted, but > thought it was worth trying. > Seems worthy of comment so... Reviewed-by: Paul Durrant <paul@xen.org> > Signed-off-by: George Dunlap <george.dunlap@citrix.com> > --- > CC: Paul Durrant <paul@xen.org> > CC: Nick Rosbrook <rosbrookn@ainfosec.com> > --- > CHANGELOG.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index ccb5055c87..5aa6af612f 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > fixes. > - Hypervisor framework to ease porting Xen to run on hypervisors. > - Initial support to run on Hyper-V. > + - Golang bindings: IDL generation of structs, more functions covered, > + more module-friendly (still Experimental) > > ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17 > > -- > 2.25.1
diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb5055c87..5aa6af612f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fixes. - Hypervisor framework to ease porting Xen to run on hypervisors. - Initial support to run on Hyper-V. + - Golang bindings: IDL generation of structs, more functions covered, + more module-friendly (still Experimental) ## [4.13.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.13.0) - 2019-12-17
Wasn't sure whether this sort of thing was what was wanted, but thought it was worth trying. Signed-off-by: George Dunlap <george.dunlap@citrix.com> --- CC: Paul Durrant <paul@xen.org> CC: Nick Rosbrook <rosbrookn@ainfosec.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)