From 6a9eb0c97d71777011f8b6c4696420a04b3e2685 Mon Sep 17 00:00:00 2001 From: Yann GASCUEL <34003959+lnv42@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:09:00 +0100 Subject: [PATCH] add changelog entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e20a023f..8198cd15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 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 `HF_15SIM` standalone mode that dump then simulate iso15 tags (@lnv42) + - Changed `iso15 simulation`, reworked, added support for lot of features (@lnv42) + - Changed `hf 15 sniff` quality while low signal (@lnv42) - Fixed `hf sniff` broken since 17ab86c52 (@nvx) - Added `--dumpmem` to proxmark3 client for memory dumping to file (@martian01010) - Changed `hw readmem` to allow larger reads, write to file and better hex viewer (@martian01010)