From eaa8ee592f1e9d1a8aaab8041c1f3edfd2fe884f Mon Sep 17 00:00:00 2001 From: griznog Date: Fri, 26 Jan 2024 09:09:09 -0600 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a52d5283..1db04c03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- ipxe script to boot node from local disk. - Option to change the `ipmitool` escape character - New documentation for the hostlist syntax. #611 - New documentation for development environment (Vagrant)