From c009cac619f3856f1c05beb0d61836fe9f924623 Mon Sep 17 00:00:00 2001 From: githubixx <2039811+githubixx@users.noreply.github.com> Date: Mon, 28 Sep 2020 23:50:52 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8c2ea..e9bccc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**7.4.0** + +- Added initial molecule infrastructure +- Remove useless block for single task in `setup-debian-vanilla.yml` (contribution by @rubendibattista) + **7.3.1** - Debian only: Ensure the headers for the currently running kernel are installed instead of the latest one which might not be running yet. This allows DKMS to build the module for the current kernel version and avoids the need for an reboot to load the module. (contribution by @ldelelis and @ypid)