Skip to content

Commit 98c73ef

Browse files
Update CHANGELOG.md for 0.8.3 release
1 parent 383803a commit 98c73ef

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ CHANGELOG
33

44
## Not released
55

6-
* New-ExternalHelp can log warnings and errors as JSON to file using new -ErrorLogFile parameter. The file can be used by CI systems to report warnings and errors to the build summary.
7-
* Added a -MaxAboutWidth parameter to New-ExternalHelp, to allow controlling the wrapping boundary of "about" text files (default is 80).
6+
7+
## 0.8.3
8+
9+
* New-ExternalHelp support 'about' help topics. (Thanks @jazzdelightsme)
10+
* Improve first build experience. (Thanks @jazzdelightsme)
11+
* Fixed spellings and casing in developer notes. (Thanks @DarqueWarrior)
12+
* Added ErrorLogFile parameter to New-ExternalHelp cmdlet. (Thanks @DarqueWarrior)
13+
* Added -MaxAboutWidth parameter to New-ExternalHelp cmdlet. (Thanks @jazzdelightsme)
14+
* Use ToString to get full type name for parameters. (Thanks @yishengjin1413)
815

916
## 0.8.2
1017

0 commit comments

Comments
 (0)