From 1cfe6ee80f522e1adc0a64c2cd28985273998d37 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Sat, 8 Jul 2023 09:41:52 -0500 Subject: [PATCH] update change log --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92d4061..6f44864b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ The git repositories are hosted at the following sites: ## [Unreleased] +- Fix segfault on mstp cleanup on linux port (#445) +- Fix minimal config by adding bitstring (#443) +- Fix WhoIs app APDU timeout (#444) + ## [1.1.1] - 2023-06-30 ### Fixed @@ -153,4 +157,4 @@ release, with a suggested replacement function to use instead. * Fix confirmed ACK and simple ack callback without casting (#112) * Fix AVR ports IDE project builds (#111) * Fix BACDL_ETHERNET compilation (#108) -* Fix comments, add sanity checks, and implicit type conversion warning (#102) \ No newline at end of file +* Fix comments, add sanity checks, and implicit type conversion warning (#102)