Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 4347b07

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.4.6
1 parent 02797b3 commit 4347b07

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly C SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.4.6] - 2022-06-03
6+
### Added:
7+
- Added documentation to C++ bindings, available in source and via Doxygen.
8+
9+
### Removed:
10+
- Removed redundant `const` qualifiers in C++ bindings.
11+
512
## [2.4.5] - 2022-05-31
613
### Fixed:
714
- Fixed deadlock triggered by interaction between LDClientIdentify and background threads. (Thank you, @juancampa.)

include/launchdarkly/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/** @brief The current SDK version string. This value adheres to semantic
1010
* versioning and is included in the HTTP user agent sent to LaunchDarkly. */
11-
#define LD_SDK_VERSION "2.4.5"
11+
#define LD_SDK_VERSION "2.4.6"
1212

1313
#ifdef __cplusplus
1414
#include <string>

0 commit comments

Comments
 (0)