From 88c17fcd41a17c6ef4b8360a085ac697ce36f452 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 24 Oct 2022 18:50:47 +0200 Subject: [PATCH] text --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ada99eba..78ac5dde8 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] + - Added `hf 14a ndefwrite` - write raw NDEF records to TYPE4A tags (@iceman1001) - Changed ndef output to be more dense. Honors verbose now (@iceman1001) - Fixed `hf mf ndefwrite` - now skips not ndef formatted sectors (@iceman1001) - Fixed `hf mf ndefread` - now skips not ndef formatted sectors correctly (@iceman1001)