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
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Optimizely Android X SDK Changelog
2
2
3
+
## 3.13.1
4
+
February 3rd, 2022
5
+
6
+
### Bug Fixes
7
+
* Move background-watchers file read to a background thread when DatafileRescheduler is invoked.
8
+
This will fix a potential source of ANRs ([#401](https://github.com/optimizely/android-sdk/pull/401)).
9
+
* Fix NotificationManager to be thread-safe (add-handler and send-notifications can happen concurrently). See the Optimizely Java SDK release [3.10.1](https://github.com/optimizely/java-sdk/releases/tag/3.10.1) for details.
0 commit comments