From 5e686fec438599b46b55fe890bb74480fd552afc Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Tue, 12 Mar 2024 13:53:20 -0600 Subject: [PATCH] Update changelog Signed-off-by: Jonathon Anderson --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2a72f3..93dbb61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.5.x] +## [4.5.x] (unreleased) ### Added @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Locally defined `tr` has been dropped, templates updated to use Sprig replace. -- Updated the glossary #819 +- Updated the glossary. #819 ### Fixed @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Systems with no SMBIOS (Raspberry Pi) will create a UUID from `/sys/firmware/devicetree/base/serial-number` - Fix `wwctl profile list -a` format when kernerargs are set +- Fix a rendering bug in the documentation for GRUB boot support. #1132 ## [4.5.0] 2024-02-08