From 3bc79d0e8db287e3bd53d2c227ce9f64af3d84f8 Mon Sep 17 00:00:00 2001 From: Trigat Date: Sun, 24 Aug 2025 16:02:26 -0500 Subject: [PATCH] Update CHANGELOG.md Added description for new ntag_clean Lua script Signed-off-by: Trigat --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ac7f3c5..f1d7479f9 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] +- Added `ntag_clean.lua` script for easier NTAG memory wipe (@trigat) - Changed from Bigbuf malloc to Bigbuf calloc calls on device side (@iceman1001) - Added `lf t55xx view` - now viewing of T55XX dump files is possible (@iceman1001) - Fixed `lf indala cone` - now writing the right bits when using `--fc` and `--cn`