From 7f5c9a2681c729a52cdd92b19705a274dbe24a46 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 7 Jun 2020 18:40:12 +0200 Subject: [PATCH] textual --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448c7e88f..f0f70916b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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] + - Change pushed some ARM source to compile with THUMB. Saves a lot of space of ARM flash memory @slurdge + - Change from using ZLIB compression of FPGA images in ARM to LZ4. 15%+ speedups when swapping between HF & LF now @slurdge - Fix `emv scan -w` - hash mismatch, solution similar to below (@iceman1001) - Fix 'emv roca' - hash mismatch, merged from offical repo (@pwpiwi) - Fix 'lf ti demod' - now calculates correct crc (@iceman1001)