From 9f5c526842f9020ad677262cbdba17bae219690d Mon Sep 17 00:00:00 2001 From: Stuart Archibald Date: Wed, 12 Oct 2022 09:30:00 +0100 Subject: [PATCH] Update CHANGE_LOG for 0.56.3 As title. --- CHANGE_LOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGE_LOG b/CHANGE_LOG index 9ca5d41007f..51da89abd8c 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,3 +1,23 @@ +Version 0.56.3 (13 October, 2022) +--------------------------------- + +This is a bugfix release to remove the version restriction applied to the +``setuptools`` package and to fix a bug in the CUDA target in relation to +copying zero length device arrays to zero length host arrays. + +Pull-Requests: + +* PR `#8475 `_: Remove setuptools version pin (`gmarkall `_) +* PR `#8482 `_: Fix #8477: Allow copies with different strides for 0-length data (`gmarkall `_) +* PR `#8486 `_: Restrict the TBB development package to supported version in Azure. (`stuartarchibald `_) +* PR `#8503 `_: Update version support table for 0.56.3 (`stuartarchibald `_) +* PR `#8504 `_: Update CHANGE_LOG for 0.56.3 (`stuartarchibald `_) + +Authors: + +* `gmarkall `_ +* `stuartarchibald `_ + Version 0.56.2 (1 September, 2022) ----------------------------------