diff --git a/CHANGELOG.md b/CHANGELOG.md
index a75b31fc7..89f1633f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,14 +5,13 @@ Documentation for rocThrust available at
## (Unreleased) rocThrust 3.2.0 for ROCm 6.4
-### Additions
-* Added regression tests to `rtest.py`. Regression tests are a subset of tests that caused hardware problems for past emulation environments.
- * Can be run with `python rtest.py [--emulation|-e|--test|-t]=regression`
-* Added smoke test options, which runs a subset of the unit tests and ensures that less than 2gb of VRAM will be used
- * Smoke tests can be run using `[--emulation|-e|--test|-t]=smoke`
+### 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 smoke test options, which runs a subset of the unit tests and ensures that less than 2gb of VRAM will be used. Use `python rtest.py [--emulation|-e|--test|-t]=smoke` to run these tests.
* Added `--emulation` option for `rtest.py`
-### Changes
+### Changed
* `--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.
## (Unreleased) rocThrust 3.2.0 for ROCm 6.3
diff --git a/rtest.xml b/rtest.xml
index 554cf83ba..bf1ff1e58 100644
--- a/rtest.xml
+++ b/rtest.xml
@@ -4,6 +4,7 @@
+
{CTEST_FILTER} {CTEST_REGEX}
@@ -17,4 +18,7 @@
{REGRESSION_TEST}
+
+ {EXTENDED_TEST}
+