diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f890c8d5..b00aef560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,12 @@ 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 `ICE_STATE_DUMP_SIM` - standalone mode for dumping/simming one iClass tag (@iconicsec) + - Added support for debugging ARM with JTAG & VSCode (@Gator96100) + - Added MFUL "Gen1b" suport to `hf_mfu_setuid.lua` (@iceman1001) + - Added possibility to get bargraph in `lf tune` and `hf tune` (@iceman1001, @doegox) + - Added `hf emrtd` ePassport dumping and parsing (@aveao) + - Added `aidsearch` to `hf 14b info` (@iceman1001) + - Added `ICE_STATE_DUMP_SIM` - standalone mode for dumping/simming one iClass tag (@iconicsec) - Added `lf em 4x50 eview` - show uploaded EM4x50 data in emul memory (@tharexde) - Fix `data rawdemod` parsing for psk2 and user defined clock (@cyberpunk-re) - Added `hf iclass encode` - encode a wiegand binary to a encrypted credential (@iceman1001) diff --git a/client/src/ui.c b/client/src/ui.c index b7e63e7dd..327d266bf 100644 --- a/client/src/ui.c +++ b/client/src/ui.c @@ -22,6 +22,7 @@ #include #ifdef HAVE_READLINE +//Load readline after stdio.h #include #endif