From fe75751bcb147de00ae3effd8b9c8326e502f59c Mon Sep 17 00:00:00 2001 From: Pawel Dylag Date: Wed, 19 Jul 2017 14:37:35 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f914140..36b61af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ Changelog ===================== +## 0.10.0 (Jul 19, 2017) +- Added support for iBeacon packets as a source of data in `IndoorLocationManager`. The old method `onScannedBeacons` has been divided into two separate methods" `onScannedBeaconPackets` for iBeacon packets and `onScannedLocationPackets` for Estimote Location packets. ## 0.9.1 (Jul 7, 2017) - Added dynamic location area computation which fixes the problem when location was too large to fit into preprocessing algorithm.