CHANGELOG.md in getch-0.5.0 vs CHANGELOG.md in getch-0.7.0
- old
+ new
@@ -1,4 +1,12 @@
+## 0.7.0, release 2023-12
+* Add support for ssd disk `/dev/nvme*` #5
+* System with systemd may need `systemd-machine-id-setup && systemctl restart systemd-networkd` after the first boot to make the dhcp works.
+* Install of systemd/encrypt for Gentoo use GRUB instead of bootctl.
+* Luks key if `--encrypt` are created earlier.
+* Remove `noauto` and update arguments of fstab, this make futur system updates more easy.
+* Correct lvm `OPTIONS[:lvm]`instead of the old `OPTIONS[:fs] == 'lvm'`.
+
## 0.5.0, release 2023-12
* Update Voidlinux url https://repo-default.voidlinux.org.
* Add global use="modules-sign" for Gentoo.
* makeopts on Gentoo use the value of `nproc`.
* Correct the install on Gentoo with systemd (kernel name and more).