Skip to content

Commit

Permalink
Update CHANGELOG.md (#264)
Browse files Browse the repository at this point in the history
Customer was slightly confused about this changelog text, so adjusting
for clarification.
  • Loading branch information
tanderson-ld authored and keelerm84 committed Dec 29, 2023
1 parent 3b0cf06 commit 8f7d477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the LaunchDarkly iOS SDK will be documented in this file.

## [9.2.1] - 2023-10-31
### Changed:
- Calling `identify()` with the current context is now more efficient and no longer results in re-establishing a connection.
- Calling `identify()` with a context that is identical to the SDK's current context is now more efficient, and no longer results in re-establishing a connection.

### Fixed:
- Fixed issue where flag change listeners were not being triggered when `identify()` was called.
Expand Down Expand Up @@ -44,7 +44,7 @@ All notable changes to the LaunchDarkly iOS SDK will be documented in this file.

## [8.3.1] - 2023-10-31
### Changed:
- Calling `identify()` with the current context is now more efficient and no longer results in re-establishing a connection.
- Calling `identify()` with a context that is identical to the SDK's current context is now more efficient, and no longer results in re-establishing a connection.

### Fixed:
- Fixed issue where flag change listeners were not being triggered when `identify()` was called.
Expand Down

0 comments on commit 8f7d477

Please sign in to comment.