From 4ffee7f5e3f26868467ed727701b17308bfe1ee0 Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Mon, 3 Jun 2024 14:22:42 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686b48c..f35c95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [4.1.0] - 2024-06-01 +## [4.1.0] - 2024-06-03 ### New - Platform: new callback: `on_device_discovered(bdaddr, name, cod, rssi)` - Platforms can override this function to determine whether Bluepad32 should connect to the discovered device. @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [github_issue_104]: https://github.com/ricardoquesada/bluepad32/issues/104 +### Changed +- BTstack: Updated to v1.6.1 + ### Fixed - Service: Returns correct error code when writing values. - Doc: Improved documentation.