FCPriorityQueue refactoring
[libcds.git] / change.log
index e2b38e1a174a919b4c7f772f188c8100b1bf1e94..a457c7cf6695a6767fe48eafcb87c4d9706e71cd 100644 (file)
@@ -1,9 +1,17 @@
 2.0.0
     General release
     - switch to C++11 standard
-    - Removed: MichaelDeque
+    - Removed: MichaelDeque, reason: the implementation is heavy-weighted, inefficient,
+      and, seems, unstable.
+    - Added: cds::container::TreiberStack::pop_with(Func)
+    - Added: member functions enqueue_with(Func), dequeue_with(Func) to 
+             cds::container::MSQueue
+             cds::container::MoirQueue
+             cds::container::BasketQueue
+             cds::container::OptimisticQueue
+             cds::container::RWQueue
 
-1.6.0
+1.6.0 23.09.2014
     General release
     - Add flat combining (FC) technique and FC-based containers: FCStack, FCQueue, 
       FCDeque, FCPriorityQueue