From 7970fdf3ba1fe71449245998d8b04f6b25973cc8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 9 Dec 2022 07:51:03 +0100 Subject: [PATCH] text --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01094bf38..19c7f7113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ 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] - - Moved to non-deprecated API to initialize Python interpreter (jmichel@) - - Changed `sc upgrade` updated firmware v4.12 (RDV40) (@sentiprox) - - Fixed contact interface / smartcard APDU chaining logic and allow 256 bytes ADPU payload. Need SIM firmware 4.12 to work (@jmichel) + - Fixed length check in sim module communications (@jmichel) + - Changed timings in i2c.c when communicating with sim module (@iceman1001) + - Moved to non-deprecated API to initialize Python interpreter (@jmichel) + - Changed `sc upgrade` updated firmware v4.13 (RDV40) - frame buffer is now 384 bytes (@sentiprox) + - Fixed contact interface / smartcard APDU chaining logic and allow 256 bytes ADPU payload. Need SIM firmware 4.13 to work (@jmichel) - Fixed `lf hitag dump` - Should now work as described in the command help (@natmchugh) - Fixed SPI flash overflow when loading dictionnaries into flash. Breaking change: added 1 more sector for Mifare - dictionnaries should be loaded again (@jmichelp) - Added `hf mf gload, gsave, ggetblk, gsetblk` for Gen4 GTU in mifare classic mode (@DidierA)