From 6b1466bf8e9439341d28383c6e6fd1db0581ea47 Mon Sep 17 00:00:00 2001
From: Di Nguyen <dinguyennhu@gmail.com>
Date: Wed, 20 Nov 2024 14:32:42 -0700
Subject: [PATCH] Update CHANGELOG.md

Co-authored-by: Jeffrey Novotny <jnovotny@amd.com>
---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 673f4954..7343ace5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ Documentation for rocRAND is available at
 * `--test|-t` is no longer a required flag for `rtest.py`. Instead, the user can use either `--emulation|-e` or `--test|-t`, but not both.
 * Removed TBB dependency for multi-core processing of host-side generation.
 
-## Fixes
+## Resolved issues
 
 * Fixed an issue where `CMAKE_PREFIX_PATH` was not defined properly in `CMAKELists.txt` and `toolchain-linux.cmake`.
 * Fixed an issue where `cmake_platform_opts` in `rmake.py` was sometimes a string instead of a list.