From e5d5510b614a8a5c0d2ceddccf2b5374ba5ce45f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 15 May 2024 09:37:44 +0200 Subject: [PATCH] text --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094e74a5d..a88f1896a 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] +- Fixed wrong use of free() in desfire crypto on arm src, thanks @jlitewski! (@iceman1001) - Added `lf em 4x70 calc` - calculate `frn`/`grn` for a given `key` + `rnd` - Fixed `hf 15 dump` memory leaks (@jlitewski) - Changed `hf search` - topaz is detect before ISO14443a and commented out WIP ICT code path (@iceman1001)