Message ID | 20210503192810.36084-14-jandryuk@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Intel Hardware P-States (HWP) support | expand |
On 03.05.2021 21:28, Jason Andryuk wrote: > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -5,6 +5,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 > +### Added / support upgraded > + - Intel Hardware P-States (HWP) cpufreq driver Please add a blank line between the ## and ### lines, to match what's already there for earlier versions. Jan
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0106fccec1..bbca67bc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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 +### Added / support upgraded + - Intel Hardware P-States (HWP) cpufreq driver ## [4.15.0 UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.15.0) - TBD
Signed-off-by: Jason Andryuk <jandryuk@gmail.com> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)