From a93e536812b6e650d475562099f4f2304967a53c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 31 Dec 2021 11:13:05 +0100 Subject: [PATCH] text --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34734520d..7066c0d73 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] + - Changed various notes to have ToC and top links (@iceman1001) - Added option `lf gprox demod --raw` - now supports decoding of raw bytes (@iceman1001) - Added option `hf mf gview --pwd` - now supports user supplied password (@iceman1001) - Added option `--force` to `hf mfu rdb/wrbl` to force operation even if address is out of range (@doegox)