From b6fa1eb6e3d7ee1d6768ef2d9d698f4d02f0d43c Mon Sep 17 00:00:00 2001 From: wh201906 Date: Fri, 1 Dec 2023 22:18:05 +0800 Subject: [PATCH] Add some CHANGELOG items --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa759886..5054a1da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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 a slider in the plot window for navigation (@wh201906) + - Fixed client build bug with Python 3.12 (@wh201906) + - Fixed `ExchangeAPDUSC()` in `cmdsmartcard.c` to prevent client crash (@wh201906) + - Added real-time LF sampling support (@wh201906) - Changed `hf 14a info` - now reads and prints QL88 sigantures (@iceman1001) - Fixed `hf iclass dump` truncating AA2 blocks and improve reliability (@nvx) - Added some info about UMC in "doc/magic_cards_notes.md" (@temskiy)