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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
## [3.2.1] - Aug 15, 2024
4
4
5
5
### Bug fixes
6
-
-`clientReady` is true even though internal client promise returns `success == false` bug fix
7
-
-`useDecision` hook set the update listener on overy render bug fix
8
-
-`setForcedDecision` does not reflect the changes in optmizely instance and `useDecision` hook bug fix
6
+
-`clientReady` is true even though internal client promise returns `success == false` bug fix([#273](https://github.com/optimizely/react-sdk/pull/273))
7
+
-`useDecision` hook set the update listener on overy render bug fix([#273](https://github.com/optimizely/react-sdk/pull/273))
8
+
-`setForcedDecision` does not reflect the changes in optmizely instance and `useDecision` hook bug fix([#274](https://github.com/optimizely/react-sdk/pull/274))
9
9
10
10
### Changed
11
-
- Performance improvements in both hooks and client instance
11
+
- Performance improvements in both hooks and client instance([#273](https://github.com/optimizely/react-sdk/pull/273), [#274](https://github.com/optimizely/react-sdk/pull/274))
0 commit comments