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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
# Changelog for the Mapbox Search SDK for Android
2
2
3
-
## 1.0.0-rc.6-SNAPSHOT
3
+
## 1.0.0-rc.6
4
4
5
5
### Breaking changes
6
6
-[CORE]`SearchSuggestionType.IndexableRecordItem.type` field has been replaced with `record` field which provides `IndexableRecord` instance.
7
7
8
8
### Bug fixes
9
9
-[CORE] Now search suggestions and search results that are matched with `IndexableRecord`s provide data from the backend which is likely to be up-to-date than data from `IndexableRecord`. Original `IndexableRecord` instance can be obtained from `SearchSuggestionType.IndexableRecordItem.record` and `SearchResult.indexableRecord`.
10
+
-[ALL] Fixed an issue where SBS backend doesn't always capitilized street names for POI results.
11
+
-[ALL] Fixed an issue where some POI results from SBS backend were missing "Ave/St/Avenue/Street" words in street names.
0 commit comments