diff options
author | Slack Coder <slackcoder@server.ky> | 2024-04-29 17:10:04 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-04-29 17:39:42 -0500 |
commit | 68b09d3e277e54741f869ab998ec4089ead60791 (patch) | |
tree | f814063677faac1ac7ff38e03718bcf0b5f0f479 | |
parent | 5fc18a2cd3fb3bdfe66c25b9488a03d16374abdc (diff) | |
download | efi-sync-68b09d3e277e54741f869ab998ec4089ead60791.tar.xz |
Add Change Log
-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. |