CHANGELOG.md in getch-0.1.1 vs CHANGELOG.md in getch-0.1.2
- old
+ new
@@ -1,4 +1,15 @@
+## 0.1.2, release 2021-05-12
+* DOCS update.
+* Keep Nano for those who need :)
+* ZFS use the last version >=2.0 with kernel stable =5.10
+* ZFS create a Log device and Cache device if getch is used with `--separate-cache`.
+* GRUB or Systemd-boot can now be installed on separate disk with `--separate-boot`.
+* Adding flag for ZFS `-o autotrim=on` (used with `zpool create`).
+* Encrypted swap use: `cipher=aes-xts-plain64:sha256,size=512` by default.
+* In the make.conf: add `-fomit-frame-pointer`, designed to reduce generated code size.
+
+## 0.1.1, release 2020-11-01
* Change mountpoint for the esp at /efi rather than /boot/efi
* Replace Garden by Bask https://github.com/szorfein/bask
* Correct option --username USERNAME, do not create a new partition.
* New set of options --separate-{boot,cache,home} to install them on another disk
* Refactor codes