From 042005fd8847bef32c7e7122fde7c27b44e99ac8 Mon Sep 17 00:00:00 2001 From: James Truher Date: Fri, 17 Apr 2020 10:34:01 -0700 Subject: [PATCH] change term to satisfy policheck requirements --- CHANGELOG.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4d8779988..8aad16126 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -499,7 +499,7 @@ A big **Thank You!** to the following folks for making PSScriptAnalyzer even bet ### Engine - Fixed an engine bug that prevented versioned script rule modules from being loaded - Fixed loading issues with custom rules that do not have comment-based help to describe the rule -- Fixed a hang issue that appeared when using ScriptAnalyzer engine recursively with a large data set +- Fixed an issue where ScriptAnalyzer would become non-responsive when recursively analyzing a large data set - Housekeeping: Fixed Appveyor config to use VS 2015 and WMF 5.0 RTM image - Community Fix: Updated the Initialize API to process the `-Settings` (formerly `-Profile`) parameter - Perf: Improved rule filtering based on severity before invoking the engine to create tasks (threads)