Added travis.ci badge
[libcds.git] / change.log
index a320fccd5dbb9abeedb61f988637a51a1f26a241..75d19a8bd20df30b1f0bd246a60e2eba3fbe6a52 100644 (file)
@@ -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