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)