Merge pull request #895 from ssscottt/masterdev

CHANGELOG 2.2.1
This commit is contained in:
awzhgw 2020-09-07 15:41:46 +08:00 committed by GitHub
commit 358d22e372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
## Release v2.2.1 - 2020/09/07
### Bug fix
* `master`: Ensure concurrency safety in removeRaftMember action. [#893](https://github.com/chubaofs/chubaofs/pull/893)
* `sdk`: fix panic error when concurrent remove **dataPartition**. [#894](https://github.com/chubaofs/chubaofs/pull/894)
## Release v2.2.0 - 2020/09/01
### Enhancement