diff options
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..777eee4 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +## [0.2.0-alpha] - 2024-04-29 + +### Added + + - Added configuration for source and destination initrd paths. + +### Changed + + - No longer expect mkinitrd to have the destination initrd configured for the EFI. + +### Fixed + + - Avoid using the 'USER' environment variable which is not set by SysVInit. + - Avoid emitting successful install messages on error. |