From 2c70dd51a1e6754188b76103e5b9a999b1857723 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:14:06 +0300 Subject: [PATCH] upd changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbbbbeb72..ad4d3d04ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ ## Other changes * OFW PR 3931: Split BadUSB into BadUSB and BadBLE (by @Astrrra) * OFW PR 3933: furi_hal_random: Wait for ready state and no errors before sampling (by @n1kolasM) +* OFW: nfc/clipper: Update BART station codes +* OFW: FuriThread: Improve state callbacks +* OFW: Documentation: update and cleanup * OFW: Improve bit_buffer.h docs * OFW: Prevent idle priority threads from potentially starving the FreeRTOS idle task * OFW: IR universal remote additions