From 7823c448cea72093f44605243f43226c32c2f43c Mon Sep 17 00:00:00 2001 From: Di Nguyen Date: Tue, 5 Nov 2024 13:16:11 -0700 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Jeffrey Novotny --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd662d35..9d139e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ Documentation for rocRAND is available at ## rocRAND 3.1.1 for ROCm 6.2.4 ## Fixes -* Fixed an issue in `rmake.py` where the list storing cmake options would contain individual characters instead of full string of option +* Fixed an issue in `rmake.py` where the list storing cmake options would contain individual characters instead of a full string of options. * Fixed " unknown extension ?>" issue in scripts/config-tuning/select_best_config.py when using python version thats older than 3.11 * Fixed low random sequence quality of `ROCRAND_RNG_PSEUDO_THREEFRY2_64_20` and `ROCRAND_RNG_PSEUDO_THREEFRY4_64_20`.