From 6d797b742cc7924becb0c912dcaa043bcc28df42 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Tue, 21 Jan 2020 23:29:01 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6774f4..d6b44dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ RELEASE NOTES v0.27 (pending release, proposed date end of February 2020) ----------------------- -- Add `verify` method to verify a disk is zero filled [#128](https://github.com/martijnvanbrummelen/nwipe/pull/128) -- Add new HMG IS5 enhanced wipe method [#168](https://github.com/martijnvanbrummelen/nwipe/pull/168) +- Add `verify` method to verify a disk is zero filled [#128](https://github.com/martijnvanbrummelen/nwipe/pull/128) (Thanks Legogizmo) +- Add new HMG IS5 enhanced wipe method [#168](https://github.com/martijnvanbrummelen/nwipe/pull/168) (Thanks infrastation) - Fix percentage progress and show on completion of wipe (Thanks PartialVolume) - Implement clang-format support (Thanks louib) - Implement more frequent disk sync support (Thanks Legogizmo)