From a33965f1dd4a5a7e09732c06ae462b0a905d4f4f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 18 Sep 2019 19:22:45 +0200 Subject: [PATCH] textual --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c062f6f83..783b596c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Add `wiegand list/encode/decode` - wiegand format manipulation. Adapted to fit here. (@grauerfuchs) - Add `lf t55xx protect` - sets password and enables password protection on t55x7 tag (@iceman1001) - Chg `lf t55xx wipe` - now accepts user provided configuration block (@iceman1001) - Chg proxmark3-flasher is now merged into proxmark3 client. Add pm3-flash (@doegox)