From c8b229ab328505e7e36057078b8e19c47ff753df Mon Sep 17 00:00:00 2001 From: douniwan5788 Date: Mon, 26 Aug 2024 03:35:12 +0800 Subject: [PATCH] Update CHANGELOG.md Firmware size optimization, skipping unused FPGA bitstreams --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8053022..2c08aaadc 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] +- Firmware size optimization, skipping unused FPGA bitstreams (@douniwan5788) - Added pretty Hitag S config parsing (@CiRIP) - Moved Hitag S operations into separate submenu: `lf hitag s` (@CiRIP) - Added MFC keys for Sofia public transport cards (@user890104)