Updated readme and changelog
[libcds.git] / change.log
index 1615cd508d9881c4aa95ce37455a2c6151180d88..31ba2e8c8d801b06d7df502747081aef9c476012 100644 (file)
@@ -24,6 +24,7 @@
       ones. The old cds::opt::v::dynamic_buffer and cds::opt::v::static_buffer classes
       are removed.
     - Removed: TsigasCysleQueue (due undecidable ABA-problem)
+    - Removed: Michael's allocator cds/memory/michael/allocator.h
     - Fixed: use-after-free bug in VyukovMPMCCycleQueue internal buffer.
       To prevent this bug the queue uses an uninitialized buffer now.
     - Fixed: rare priority inversion bug in MSPriorityQueue