Skip to content

Commit 6247f27

Browse files
committed
Update CHANGELOG.MD
1 parent 1aac053 commit 6247f27

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.MD

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## Released v1.5.0 (March.30, 2016)
2+
3+
####Engine:
4+
- Fixed engine bug that prevented versioned script rule modules from being loaded
5+
- Fixed loading issues with custom rules that do not have comment help to describe the rule
6+
- Housekeeping: Fixes to Appveyor config to use VS 2015 and WMF 5.0 RTM image
7+
- Community Fix: Updates the Initialize API to process the Profile (Settings) parameter
8+
- Perf: Improve rule filtering based on severity before invoking the engine to create tasks (threads)
9+
- Fixed a hang issue that appeared when using ScriptAnalyzer engine recursively with a large data set
10+
11+
####Rules:
12+
- Various fixes to UseToExportFieldsInManifest rule that include perf and functional fixes
13+
- Fixes to AvoidNullOrEmptyHelpMessageAttribute to use parsed values instead of ast extent
14+
- Updated messages for AvoidUsernameAndPasswordParams rule and UsePSCredentialType rule
15+
- Scrubbed inconsistencies in severities for rules
16+
- Community Fix: False positive on 'PSUseApprovedVerbs' when scope is declared as a prefix to the Verb-Noun combination
17+
118
## Released v1.4.0 (Feb.16, 2016)
219
###Features:
320
- IncludeRule and ExcludeRule now consume RuleInfo objects

0 commit comments

Comments
 (0)