From 14ae1259e28cf9a160b13188a8e1409d4220c7cf Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 29 Nov 2014 15:23:42 +0300 Subject: [PATCH] fix changelog --- change.log | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/change.log b/change.log index c3839415..1d241c55 100644 --- a/change.log +++ b/change.log @@ -1,6 +1,7 @@ 2.0.0 General release - - switch to C++11 standard + - the library has been rewritten to support at least C++11. Compilers: GCC 4.8+, clang 3.3+, + MS Visual C++ 12 (2013) Update 4 an above. - Removed: MichaelDeque, reason: the implementation is heavy-weighted, inefficient, and, seems, unstable. - Removed: cds::gc::HRC garbage collector, reason: the implementation is inefficient @@ -24,6 +25,8 @@ member functions return the objects of that type. - Changed: improved cds::gc::HP and cds::gc::DHP internal implementation - Changed: map member function insert_key() has been renamed to insert_with() + - Changed: cds/cxx11_atomic.h has been renamed to cds/algo/atomic.h + - Removed: cds/refcounter.h 1.6.0 23.09.2014 General release -- 2.34.1