You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove all generic shadow warnings in Swift 5.9 ([#120](https://github.com/netreconlab/Parse-Swift/pull/120)), thanks to [Corey Baker](https://github.com/cbaker6).
* ParsePolygon encoding during a save and decoding resulted in (longitude, latitude) when it should be
13
-
(latitude, longitude). If a developer used ParseSwift <= 5.7.1
14
-
to save/update ParsePolygon's, they will need to update the respective ParseObjects by swapping the latitude
15
-
and longitude manually. Deprecated withinPolygon() query constraint for geoPoint() and polygonContains() for
16
-
polygon() ([#118](https://github.com/netreconlab/Parse-Swift/pull/118)), thanks to
17
-
[Corey Baker](https://github.com/cbaker6).
18
+
* ParsePolygon encoding during a save and decoding resulted in (longitude, latitude) when it should be (latitude, longitude). If a developer used ParseSwift <= 5.7.1 to save/update ParsePolygon's, they will need to update the respective ParseObjects by swapping the latitude and longitude manually. Deprecated withinPolygon() query constraint for geoPoint() and polygonContains() for polygon() ([#118](https://github.com/netreconlab/Parse-Swift/pull/118)), thanks to [Corey Baker](https://github.com/cbaker6).
0 commit comments