Skip to content

Commit a09b015

Browse files
committed
Merge pull request #430 from PowerShell/development
Update CHANGELOG.MD
2 parents 3a8f061 + 86a5af4 commit a09b015

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.MD

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Released v1.3.0 (Jan.19, 2016)
2+
###Features:
3+
- Support for running ScriptAnalyzer on PowerShell version v3 or higher! This means PSv5 is no longer the minimum PS version for ScriptAnalyzer
4+
5+
###Rules:
6+
- [From Community] Rule for warning about backticks that look like line-continuations but are not [MisleadingBacktick rule]
7+
- Ability in default ruleset to recognize PowerShell variable scopes - global, local, script, private
8+
- Ability to use functions as a variable and support for special type of functions like prompt
9+
10+
###Fixes:
11+
####Rules:
12+
- Fix for recognizing PowerShell preference variable ($OFS) in the default ruleset
13+
- Fix for false positive - PSShouldProcess rule requires boolean value
14+
- Fix to account for function scope prefix
15+
- Raise ReservedParam rule only for exported functions as cmdlets
16+
117
## Released v1.2.0 (Dec.17, 2015)
218
###Features:
319
- Support for consuming PowerShell content as streams (-ScriptDefinition)

0 commit comments

Comments
 (0)