diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d8afd68..e93d8e71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,8 @@ Documentation for rocRAND is available at
## (Unreleased) rocRAND 3.2.0 for ROCm 6.4
### Added
-
+* 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 `--emulation` option for `rtest.py`
diff --git a/rtest.xml b/rtest.xml
index ae4c0e1e..4bdd4751 100644
--- a/rtest.xml
+++ b/rtest.xml
@@ -3,6 +3,7 @@
+
{CTEST_FILTER} {CTEST_REGEX}
@@ -12,5 +13,8 @@
{SMOKE_TEST}
+
+ {REGRESSION_TEST}
+