Skip to content

Commit

Permalink
Bump internal version to 4.4.6, update changelog for 4.4.6RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed May 27, 2022
1 parent 81fddd4 commit 9c82a47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
CARTO Mobile SDK 4.4.6RC1
-------------------

### New features:

* Added 'getTimeout', 'setTimeout' methods to 'CartoOnlineTileDataSource', 'MapTilerOnlineTileDataSource' and 'HTTPTileDataSource'

### Changes, fixes:

* Fixed iOS specific issue related to SDK not properly handling 'didBecomeActive' notifications, resulting in MapView not being rendered.
* Fixed critical synchronization issue on UWP platform related to stopping rendering loop.
* Fixed flickering issues when MapView was resized on UWP platform.
* Fix global pattern alignment when using 'polygon-pattern' symbolizer.


CARTO Mobile SDK 4.4.5
-------------------

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/sdk_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import shutil
import json

SDK_VERSION = '4.4.5'
SDK_VERSION = '4.4.6'

def makedirs(dir):
try:
Expand Down

0 comments on commit 9c82a47

Please sign in to comment.