diff --git a/docs/source/release/v3.14.0/framework.rst b/docs/source/release/v3.14.0/framework.rst
index cc3a7c20a7e4f56fa389fd545e4f30ad84ee84ca..826f54cbd4727827bff28a5bda3a49f0f6d1d314 100644
--- a/docs/source/release/v3.14.0/framework.rst
+++ b/docs/source/release/v3.14.0/framework.rst
@@ -132,6 +132,7 @@ New
    UsageService.setApplicationName('myapp')
    FrameworkManager.Instance()
 
+- `FileFinder.findRuns` now optionally accepts a list of file extensions to search, called **exts**, and an boolean flag **useExtsOnly**. If this flag is True, FileFinder will search for the passed in extensions ONLY. If it is False, it will search for passed in extensions and then facility extensions.
 
 Improvements
 ############