diff --git a/CHANGELOG.md b/CHANGELOG.md
index f61d0495..e5c43bd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ Full documentation for hipCUB is available at [https://rocm.docs.amd.com/project
## (Unreleased) hipCUB-x.x.x for ROCm 6.4.0
### Added
+* Added extended tests to `rtest.py`. These tests are extra tests that did not fit the criteria of smoke and regression tests. These tests will take much longer to run relative to smoke and regression tests. Use `python rtest.py [--emulation|-e|--test|-t]=extended` to run these tests.
* Added regression tests to `rtest.py`. These tests recreate scenarios that have caused hardware problems in past emulation environments. Use `python rtest.py [--emulation|-e|--test|-t]=regression` to run these tests.
* Added `ForEach`, `ForEachN`, `ForEachCopy`, `ForEachCopyN` and `Bulk` functions to have parity with CUB.
* Added the `hipcub::CubVector` type for CUB parity.
diff --git a/rtest.xml b/rtest.xml
index d364a486..af8b5917 100644
--- a/rtest.xml
+++ b/rtest.xml
@@ -5,6 +5,7 @@
+
{CTEST_FILTER} {CTEST_REGEX}
@@ -18,6 +19,9 @@
{REGRESSION_TEST}
+
+ {EXTENDED_TEST}
+
{SMOKE_TEST_OLD}