From 4a30cfb99ebea2c4125d4a4e9eb28c938ac80dcf Mon Sep 17 00:00:00 2001 From: Bosko Popovic Date: Thu, 4 Aug 2022 19:43:02 +0200 Subject: [PATCH] Ios: Fixed an error when calling the connect method of a connected device #106 added change to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825e28bc..dad5027e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 1.3.0 * Ios: fixed manufacturer data parsing #104 (thanks to sqcsabbey) +* Ios: Fixed an error when calling the connect method of a connected device #106 (thanks to figureai) * Android: Scan Filter by Mac Address #57 (thanks to Zyr00) * Upgrading to linter 2.0.1, excluding generated ProtoBuf files from linting. (thanks to MrCsabaToth)