From: AntiCat Date: Mon, 17 Sep 2018 05:56:53 +0000 (+0200) Subject: Update changelog and fix build error (#674) X-Git-Tag: v3.1.0~18 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2dedd5eaeca6d2014d6e406ccaf286f3d32c5a56 Update changelog and fix build error (#674) * Update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ca13dc85..7f5c4542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Changed TLV parser messages to more convenient (Merlok) - Rewritten Legic Prime reader (`hf legic reader`, `write` and `fill`) - it is using xcorrelation now (AntiCat) - `hf 14a` commands works via argtable3 commandline parsing library (Merlok) +- Changed Legic Prime tag simulator (`hf legic sim`) to run from 212 kHz SSP clock for better reliability (AntiCat) ### Fixed - Changed start sequence in Qt mode (fix: short commands hangs main Qt thread) (Merlok)