From f18f1f54e0a661fd83c96b8854e041b6a1dd53e1 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 25 May 2024 00:57:26 +0300 Subject: [PATCH] upd changelog [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd085a6ef..23d7ceb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## New changes -* Apps: **Mifare Nested - ported to latest API** using old nfc lib (by @xMasterX) (+ mem management fix by @Willy-JL) +* Apps: **Mifare Nested - ported to latest API** using old nfc lib (by @xMasterX) (original app made by @AloneLiberty) (+ mem management fix by @Willy-JL) - [Python app running on PC is required](https://github.com/AloneLiberty/FlipperNested) * LFRFID: **Electra fix** non-initialized encoded epilogue on render (by @Leptopt1los) * JS: Move examples to subfolder `js_examples` * Apps: HID app improvements and fixes