From 886db6978beabef18105720b1a88e4bb51d17d20 Mon Sep 17 00:00:00 2001 From: jakkpotts Date: Wed, 25 Sep 2024 01:38:09 -0700 Subject: [PATCH] Add entry to CHANGELOG.md for SimulateIso14443aTag in hf_young.c fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ca8e8fc..64c14dd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added detection of a magic NTAG 215 (@iceman1001) - Fixed hardnested on AVX512F #2410 (@xianglin1998) - Added `hf 14a aidsim` - simulates a PICC (like `14a sim`), and allows you to respond to specific AIDs and getData responses (@evildaemond) +- Fixed incorrect argument count for `SimulateIso14443aTag` in `hf_young.c`. ## [Backdoor.4.18994][2024-09-10] - Changed flashing messages to be less scary (@iceman1001)