Changelog
[libcds.git] / change.log
index 42fca077557610c7c56ab9a25aee3550e59abf5d..61f5326dfa088acd550a6d707fdd8c117c1fc02f 100644 (file)
@@ -1,4 +1,5 @@
-2.1.0
+2.1.0 06.01.2016
+    General release
     - Added: FeldmanHashSet/Map - an interesting hash map algorithm
       based on multi-level array, requires perfect hashing or fixed-sized keys.
       Supports thread-safe bidirectional iterators.
@@ -18,6 +19,8 @@
       are moved to cds::sync with new names (for example, cds::lock::SpinLock is renamed to
       cds::sync::spin_lock). cds::lock namespace and its contents is deprecated, it is kept 
       for backward compatibility.
+    - The library has been checked by ThreadSanitizer, a lot of bugs has been fixed
+    - Added support for clang 3.7 with libc++
 
 2.0.0 30.12.2014
     General release