diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 639c266..6f66f9f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,15 +8,28 @@ Changelog Added ----- -- Add ``uefi-ia32.grub.esp`` boot mode to support IA32 UEFI boot on x86_64 machines. -- Add GRUB configuration files to profiles. - Changed ------- Removed ------- +[64] - 2022-05-28 +================= + +Added +----- + +- Add ``uefi-ia32.grub.esp`` boot mode to support IA32 UEFI boot on x86_64 machines. +- Add GRUB configuration files to profiles. +- Add accessible ``copytoram`` entry. +- Enable beeps in systemd-boot menu. + +Changed +------- + +- Fix systemd-boot menu entry sorting by using the ``sort-key`` option. + [63] - 2022-04-30 =================