CHANGELOG.md in getch-0.0.7 vs CHANGELOG.md in getch-0.0.8
- old
+ new
@@ -1,8 +1,13 @@
-* Repair GRUB/fstab for BIOS system, add config and all
-* New option --encrypt (LVM/EXT4/LUKS for now)
-* Adding LVM
-* Create a swap volume equal to the memory installed
+* Adding LVM via the option fs, `--fs lvm`.
+* Systemd-boot use the value of PARTUUID without initramfs.
+* Include lib logger.
+
+## 0.0.7, release 2020-09-22
+* Correct fstab.
+* Repair GRUB/fstab for BIOS system, add secure cmdline.
+* Create a swap volume equal to the memory installed.
+* Add vim and sudo
## 0.0.6, release 2020-09-19
* Add support for QEMU guest with KVM and Virtio driver
* Kernel compilation, initialize a config file with `make localyesconfig`.
* More modular codes to start with encryption and other filesystems.