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 Dec 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to the LaunchDarkly C server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.8.0] - 2022-07-12
6
+
### Added:
7
+
- Added CMake minimum version table to README.
8
+
- Added 3rd-party dependency table to README.
9
+
10
+
### Changed:
11
+
- Updated CMake project configuration to support find_package.
12
+
- After installation, it should now be possible to call `find_package(ldserverapi [version] REQUIRED)` followed by `target_link_libraries(app ldserverapi::ldserverapi)`.
13
+
- Note: find_package support does not extend to the Redis integration at this time.
14
+
- Please see the README for updated instructions.
15
+
5
16
## [2.7.2] - 2022-07-07
6
17
### Added:
7
18
- Added cmake PROJECT_VERSION variable which reflects the SDK's version.
0 commit comments