Message ID | 20221111112208.451449-4-Henry.Wang@arm.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Populate entries for 4.17 | expand |
Hi Henry, On 11/11/2022 11:22, Henry Wang wrote: > Signed-off-by: Henry Wang <Henry.Wang@arm.com> Acked-by: Julien Grall <jgrall@amazon.com> > --- > CHANGELOG.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index fa8cc476b3..d2ed1fdcb9 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -4,6 +4,8 @@ Notable changes to Xen will be documented in this file. > > The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > > +## [unstable UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD AFAICT, this patch should only be merged after we branched for 4.17. > + > ## [4.17.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - 2022-11-?? > > ### Changed Cheers,
Hi Julien, > -----Original Message----- > Subject: Re: [PATCH 3/3] CHANGELOG: Start new "unstable" section > > Hi Henry, > > On 11/11/2022 11:22, Henry Wang wrote: > > Signed-off-by: Henry Wang <Henry.Wang@arm.com> > > Acked-by: Julien Grall <jgrall@amazon.com> Thanks very much! > > > --- > > CHANGELOG.md | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/CHANGELOG.md b/CHANGELOG.md > > index fa8cc476b3..d2ed1fdcb9 100644 > > --- a/CHANGELOG.md > > +++ b/CHANGELOG.md > > @@ -4,6 +4,8 @@ Notable changes to Xen will be documented in this file. > > > > The format is based on [Keep a > Changelog](https://keepachangelog.com/en/1.0.0/) > > > > +## [unstable > UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=stagin > g) - TBD > > AFAICT, this patch should only be merged after we branched for 4.17. Yes I fully agree. I was just starting early in case I forgot this or some unexpected stuff... Kind regards, Henry > > > + > > ## > [4.17.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - > 2022-11-?? > > > > ### Changed > > Cheers, > > -- > Julien Grall
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8cc476b3..d2ed1fdcb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Notable changes to Xen will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [unstable UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD + ## [4.17.0](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - 2022-11-?? ### Changed
Signed-off-by: Henry Wang <Henry.Wang@arm.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)