From 64f22dfc53c2ed5656865e6c05b0218e4fefa08a Mon Sep 17 00:00:00 2001 From: dogty Date: Sat, 1 Nov 2025 18:13:07 +0100 Subject: [PATCH] docs: updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bea1f7..83b0f54 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] + - Fix for FAST_READ command for nfc - mf0 tags + - Rewrite of the dynamic and static locks logic for NTAG213, NTAG215 and NTAG216; we shouldn't take into account the block lock bits + - Fixed an issue where we wouldn't be able to change CFG0 and CFG1 for NTAG213, NTAG215 and NTG216 once a password was added even if the cfg bit was reset. - Fix for static nested key recovery (@jekkos) ## [v2.1.0][2025-09-02]