From 8b2edf398a9e1990c585785dd75f485fd3440d98 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 17 Feb 2022 01:40:48 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750d91e08..39aba3c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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] + - Changed `hf mf nested`: removed option `--single` redundant with usage of `--tblk` (@doegox) + - Fixed `hf mf chk` single block mode (@doegox) + - Fixed `hf mf fchk/chk` internal logic to load keys (@doegox) + - Changed `hf mf *` printKeyTable: now display sector trailer info too (@doegox) + - Changed `hf mf chk` option `--blk` into `--tblk` (as for nested) (@doegox) - Added new tool `mfd_multi_brute` - MIFARE DESfire / UL-C key recovery (@iceman1001) - Fixed `hf emrtd info` segfault on some platforms (@doegox) - Fixed `hf emrtd info` when offline (@doegox)