Skip to content

Commit d6223c1

Browse files
committed
Update CHANGELOG.MD
1 parent 6006037 commit d6223c1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.MD

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## Released v1.1.0 (Sep.1, 2015)
2+
###Features:
3+
- Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
4+
- Support for ScriptAnalyzer Profiles
5+
- Documentation for using Inline Rule Suppression
6+
- Added about help topic file as part of the module
7+
8+
9+
###Rules:
10+
- Rule to checks for UTF8 encoding in help file
11+
- Deprecate Uninitialized Variable rule as per community feedback
12+
13+
14+
###Fixes:
15+
- Fix false positive for UsingInternalURL
16+
- WriteVerbose only when analyzing valid powershell files
17+
- DSCClass rules not being applied when exclude rule is used
18+
- Add host to list of initialized variable
19+
- Exclude external non-powershell applications (Console/GUI) from Positional Parameter rule application
20+
- Additional heuristics for detecting psavoidusingplaintextforpassword rule violation
21+
122
## Released v1.0.2 (June.24, 2015)
223
###Features:
324
- Perf improvements in the Engine to execute rules concurrently.

0 commit comments

Comments
 (0)