Skip to content

Commit e19af12

Browse files
committed
Merge pull request #488 from PowerShell/development
More updates to ChangeLog
2 parents 6b65076 + 5d9ff2b commit e19af12

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.MD

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
## Release v1.5.0 (March.30, 2016)
1+
## Release v1.5.0 (Mar. 30, 2016)
22

3-
#### Engine:
4-
- Fixed engine bug that prevented versioned script rule modules from being loaded
3+
#### Engine
4+
- Fixed an engine bug that prevented versioned script rule modules from being loaded
55
- Fixed loading issues with custom rules that do not have comment-based 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 to the Initialize API to process the `-Settings` (formerly `-Profile`) parameter
8-
- Perf: Improved rule filtering based on severity before invoking the engine to create tasks (threads)
96
- Fixed a hang issue that appeared when using ScriptAnalyzer engine recursively with a large data set
7+
- Housekeeping: Fixed Appveyor config to use VS 2015 and WMF 5.0 RTM image
8+
- Community Fix: Updated the Initialize API to process the `-Settings` (formerly `-Profile`) parameter
9+
- Perf: Improved rule filtering based on severity before invoking the engine to create tasks (threads)
1010

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
11+
#### Rules
12+
- Fixed `UseToExportFieldsInManifest` rule to improve perf and functionality
13+
- Fixed `AvoidNullOrEmptyHelpMessageAttribute` to use parsed values instead of ast extent
14+
- Fixed inconsistencies in severities of rules
15+
- Community Fix: Fixed false positives on `PSUseApprovedVerbs` when scope is declared as a prefix to the Verb-Noun combination
16+
- Updated messages of `AvoidUsernameAndPasswordParams` rule and `UsePSCredentialType` rule
1717

1818
## Release v1.4.0 (Feb.16, 2016)
1919
###Features:

0 commit comments

Comments
 (0)