From 23917e7963078dff83698f83ce5073531dac75b3 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 2 Apr 2019 22:28:01 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9f264cd..294935b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ 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] + - *WIP* Add FPC usart with pm3 client: WITH_FPC_HOST. (@doegox) + - Add '-b baudrate' option to the client. (@doegox) + - Change 'lf t55xx info': tell if known configuration block0. (@iceman) + - Fix/Add FPC usart: fix TX, bring RX, full speed. (@doegox) + - Change 'lf t55xx config' options: allow to toggle on/off i/q5/st + - Change 'lf t55xx info': support offline block0, Q5, fix extended, add warns. (@doegox) + - Avoid race condition when flasher finds the not yet closed pm3 port. (@doegox) + - Fix 'lf t55xx trace': read the proper block. (@doegox) + - Fix Indala 64 on T55xx: use PSK1. (@doegox) + - Force proper LF handling in ProxSpace. (@vratiskol) + - Fix Makefiles race conditions to allow parallel compilation, e.g. 'make -j8'. (@doegox) - Add - dictionary key file for MFU. (not in use at the moment) (@mazodude) - Change 'lf fdx demod - better biphase maxerrors. (@MalteHillmann) - Change 'hf mf sim' - now works better against android (@mceloff)