From: khizmax Date: Fri, 24 Apr 2015 08:36:04 +0000 (+0300) Subject: changelog X-Git-Tag: v2.1.0~245^2~15 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0ec4289056dba73608d4b501d97e713c02d41945;p=libcds.git changelog --- diff --git a/change.log b/change.log index a9869939..9940c6f5 100644 --- a/change.log +++ b/change.log @@ -1,7 +1,10 @@ 2.1.0 + - 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 and it is kept + cds::sync::spin_lock). cds::lock namespace and its contents is deprecated, it is kept for backward compatibility. 2.0.0 30.12.2014 diff --git a/thanks b/thanks index 6b40ec93..f28bb884 100644 --- a/thanks +++ b/thanks @@ -2,7 +2,9 @@ Many thanks to the contributors who feedbacks the errors and propositions for li In alphabetical order: blinkenlichten (https://github.com/blinkenlichten) +Eugeny Kalishenko (https://github.com/eugenyk) Jelle van den Hooff Lucas Larsch Markus Elfring +Mike Krinkin (https://github.com/krinkinmu) Tamas Lengyel