From 51520adc1d6b323a336b7c22f9202db9cdc0e5b8 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Mon, 7 Oct 2024 10:55:34 +0200 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Sebastian Meyer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cef45b0..46be984a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,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` and `hf_aveful.c`. +- Fixed incorrect argument count for `SimulateIso14443aTag` in `hf_young.c`, `hf_aveful.c` and `hf_craftbyte.c`. ## [Backdoor.4.18994][2024-09-10] - Changed flashing messages to be less scary (@iceman1001)