Merge branch 'dev'
[libcds.git] / change.log
index 3aebf3a1e93f6e7f8d708c2e15e13a8cdbd03cd3..9940c6f538b956648f47f391462fbcc771d07900 100644 (file)
@@ -1,5 +1,11 @@
 2.1.0
-    TODO
+    - Added: BronsonAVLTreeMap - Bronson's et al AVL tree implementation
+    - Added: CMake build script, thanks to Eugeny Kalishenko
+    - Changed: SplitList performance improving, thanks to Mike Krinkin
+    - cds::lock namespace is renamed to cds::sync. All classes defined in cds::lock namespace 
+      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.
 
 2.0.0 30.12.2014
     General release