change term to satisfy policheck requirements (#1445) · PowerShell/PSScriptAnalyzer@1971035

Original file line numberDiff line numberDiff line change

@@ -499,7 +499,7 @@ A big **Thank You!** to the following folks for making PSScriptAnalyzer even bet

499499

### Engine

500500

- Fixed an engine bug that prevented versioned script rule modules from being loaded

501501

- Fixed loading issues with custom rules that do not have comment-based help to describe the rule

502-

- Fixed a hang issue that appeared when using ScriptAnalyzer engine recursively with a large data set

502+

- Fixed an issue where ScriptAnalyzer would become non-responsive when recursively analyzing a large data set

503503

- Housekeeping: Fixed Appveyor config to use VS 2015 and WMF 5.0 RTM image

504504

- Community Fix: Updated the Initialize API to process the `-Settings` (formerly `-Profile`) parameter

505505

- Perf: Improved rule filtering based on severity before invoking the engine to create tasks (threads)