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
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
All notable changes to the LaunchDarkly C SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.5.5] - 2023-02-01
6
+
### Fixed:
7
+
- Fixed GCC 11 compiler diagnostic which prevented compilation using the default CMake configuration on Ubuntu 20.04 (thanks for the report, @yzabalotski!)
8
+
- Fixed handling of empty initial PUTs, which might occur if an environment has no flag or segment data.
9
+
5
10
## [2.5.4] - 2023-01-04
6
11
### Fixed:
7
12
- Fixed handling of out-of-order or stale flag updates. These updates are now discarded.
0 commit comments