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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [4.2.2] - 2023-05-17
6
+
### Fixed:
7
+
- Fixed NPE when closing a LDClient in certain cases.
8
+
- Fixed NPE when creating a multi-context that included one invalid context.
9
+
5
10
## [4.2.1] - 2023-03-15
6
11
### Fixed:
7
12
- Fixed an issue where the allFlagsListener would be not be informed of changed flags. Now the allFlagsListener will be called correctly. This issue was introduced in 4.0.0 .
0 commit comments