From c1a4988d07de14ace2619e2bcbf9153086599d46 Mon Sep 17 00:00:00 2001 From: Tom Titcombe <t.j.titcombe@gmail.com> Date: Fri, 18 Jan 2019 08:52:14 +0000 Subject: [PATCH] Update framework release notes with findRuns change Refs #21231 --- docs/source/release/v3.14.0/framework.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/release/v3.14.0/framework.rst b/docs/source/release/v3.14.0/framework.rst index cc3a7c20a7e..826f54cbd47 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 ############ -- GitLab