From cb1b667e71156865efd64947ab39a23fa1f47c0d Mon Sep 17 00:00:00 2001 From: Rafael Lopez Date: Wed, 26 Mar 2025 10:06:58 +1100 Subject: [PATCH] update changelog and contributors --- CHANGELOG.md | 1 + CONTRIBUTORS.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8465944f..9b1e9f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Display a warning during overlay build if an overlay list is empty. #1808 - Fix processing of UNDEF and UNSET during `wwctl set`. #1837 - Actually cause grub to sleep and reboot when log messages indiacte. #1838 +- Fixed issue with importing new nodes from yaml. #1842 ### Changed diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a501faff..70ff0b5f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -44,4 +44,5 @@ * Nicholas Porter * Ian Kaufman [@iankgt40](https://github.com/iankgt40) * Daniele Colombo [@dacolombo](https://github.com/dacolombo) -* Stephen Simpson [@ssimpson89](https://github.com/ssimpson89) \ No newline at end of file +* Stephen Simpson [@ssimpson89](https://github.com/ssimpson89) +* Rafael Lopez @rafalop