From 554cb395dac0aa94016316cfe323855d086d67ae Mon Sep 17 00:00:00 2001 From: Chris Scott Date: Thu, 5 Sep 2024 12:04:56 -0400 Subject: [PATCH] Mention Expo plugin fix 4.16.6 in CHANGELOG, backported from 4.17.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fe14a8..5e16a15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ * [iOS] Fix bug in iOS *Polygon Geofencing* when running in geofences-only mode (`.startGeofences`). iOS would mistakenly turn off location updates exactly 3 samples into the containing circular geofence of a polygon. * Implement `notifyOnDwell` for polygon-geofences. +## 4.16.6 — 2024-09-05 +* [Expo] Backport Expo license-key fix from `4.17.1`. + ## 4.16.5 — 2024-07-12 * [Android][Expo] Conditionally add polygonLicense only if provided in Config. Do not write to AndroidManifest unless provided.