From bed28e9ddbd79ee24c3021e8e8b88b538765e805 Mon Sep 17 00:00:00 2001 From: Pascal Sachs Date: Fri, 25 Oct 2024 09:52:16 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0269051..ee85ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Fixed +- Fix memory leak in NimBLE by calling clearResults after scan results are processed. +- Use unit64_t for address (device id) instead of std::string +- Fix several clang tidy issues +- Update example to call keepAlive regularly. This ensures scanning does not stop due to errors. + ## [0.1.0] ### Added - Initial release