From a5ee3f50b63b7fd84b749eb3a6aea1303cced900 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 4 Jun 2025 22:35:49 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2395069c..4f8a2d05e 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] +- Changed `hf iclass legrec` - additional code optimizations gaining a ~147% speed increase (@antiklesys) - Changed `hf iclass tear` - readability improvements for erase phase (@antiklesys) - Changed `hf iclass legrec` - code optimizations gaining a ~8% speed increase (@antiklesys) - Modified `hf iclass tear` - now has a device side implementation also. (@antiklesys) (@iceman1001)