Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wafel82 authored Aug 8, 2017
1 parent 05734e0 commit 9c8f531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=====================
## 1.0.1 (Aug 8, 2017)
- Fix: Do not crash when location contains beacons with custom colors
- Cleanup SDK manifest to make it easier to use SDK in non-java-gradle android projects
- Cleanup SDK resources to make it easier to use SDK in non-java-gradle android projects

## 1.0.0 (Aug 1, 2017)
- Changed `IndoorLocationManager` creation api to builder pattern. Use `IndoorLocationManagerBuilder` for that.
- Added `ScanningIndoorLocationManager` which does all the scanning by itself. You can construct it using `.withDefaultScanner()` builder method. Otherwise you should feed the `IndoorLocationManager` with scans from `BeaconManager` all by yourself (setting up the listeners, managing scan start/stop etc)
Expand Down

0 comments on commit 9c8f531

Please sign in to comment.