From 072b9599b95e6a38a803a1f1ca52838b1b5c5d1a Mon Sep 17 00:00:00 2001 From: mwalker33 Date: Tue, 24 Sep 2019 20:04:21 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 783b596c5..32a317320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -355,6 +355,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added T55x7 downlink mode support r 0 Default, 1 Long Leading 0, 2 Leading 0, 3 1 of 4 and 4 (in some commands) try all. (@mwalker33) - Added T55x7 downlink mode auto usage via mode detected (lf t55 detect) (@mwalker33) - Fix T55xx config getting displayed when using password when no password needed on read. (@mwalker33) + - Fix `em 4x05_dump` to print all blocks read (@mwalker33) + - Added save to .eml and .bin for `em 4x05_dump` (@mwalker33) ### Fixed - Changed driver file proxmark3.inf to support both old and new Product/Vendor IDs (@pwpiwi)