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