From 02a41646cb545a02935072f951231e3726f1d955 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 20 Aug 2017 11:52:02 +0300 Subject: [PATCH] changelog --- change.log | 6 ++++++ thanks | 1 + 2 files changed, 7 insertions(+) diff --git a/change.log b/change.log index a320fccd..2b113620 100644 --- a/change.log +++ b/change.log @@ -1,6 +1,12 @@ 2.4.0 - issue #81: bug in gc::DHP when extending thread's retired array, thanks to gtroxler (https://github.com/gtroxler) + - Improved CMake scripts for simplifying libcds intergration with + other projects: + find_package(LibCDS) + add_library(mylib INTERFACE) + target_link_libraries(mylib INTERFACE LibCDS::cds) + Thansk to Louis Dionne (https://github.com/ldionne 2.3.0 31.07.2017 General release diff --git a/thanks b/thanks index 691acc41..d7fc0c40 100644 --- a/thanks +++ b/thanks @@ -8,6 +8,7 @@ gtroxler (https://github.com/gtroxler) Jelle van den Hooff Kyle Hegeman (https://github.com/khegeman) Lily Tsai (https://github.com/tslilyai) +Louis Dionne (https://github.com/ldionne Lucas Larsch Markus Elfring Marsel Galimullin -- 2.34.1