From 37e9fe9e13200f631c6c134d0c56dc1c030daa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Jen=C5=A1terle?= Date: Sat, 20 Mar 2021 22:11:02 +0100 Subject: [PATCH] fixed typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00077e5d8..1f00e0215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +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_CRAFTBYTE standalone mode that reads and emulates 14a UID (@craftbyte) + - Added `HF_CRAFTBYTE` standalone mode that reads and emulates 14a UID (@craftbyte) - Added a script to dump originality signatures from MFU EV1s and NTAGs (@aveao) - Added parsing of EF_CardAccess to display PACE algorithm, version and parameter in `hf emrtd info` (@aveao) - Change, numerous commands more uses cliparser (@tcprst, @iceman1001)