Skip to content

Commit 233da7a

Browse files
Update CHANGELOG.md for release 0.14.0 (#460)
* Update CHANGELOG.md for release 0.14.0 * Fix fenced code blocks
1 parent 665cf90 commit 233da7a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ CHANGELOG
33

44
## Not released
55

6+
# 0.14.0
7+
8+
* Fix passing `ExcludeDontShow` flag to modules (#459)
9+
* Make `CommonParameters` text use proper link format (#449)
10+
* Modified `GetSchemaVersion` function to assume `2.0.0` if no schema version found (#452)
11+
* Fix errors for `New-MarkdownHelp` `ps1` input (#450)
12+
613
# 0.13.0
714

815
* Fix `Update-MarkdownHelp` to not rewrite files if there are not updates (#412) (Thanks @iricigor)
@@ -101,7 +108,7 @@ CHANGELOG
101108

102109
* Updated New-ExternalHelpCab.md for removing duplicate word in synopsis.
103110
* Fixed XML_PREAMBULA to have msh namespace, so provider help works.
104-
* Updated the names of the generated cab and zip files so that they have correct case sensitivity.
111+
* Updated the names of the generated cab and zip files so that they have correct case sensitivity.
105112

106113
## 0.7.4
107114

@@ -192,10 +199,10 @@ Special thanks to [@TimShererAtAquent](https://github.com/TimShererAtAquent) for
192199
* Removed APIs:
193200
- `Get-ModuleFromMaml`
194201
- `New-MarkdownHelp` always produces one md file per cmdlet in `-OutputFolder`.
195-
* New APIs:
202+
* New APIs:
196203
- `New-ExternalHelpCab` - create updatable help Cab files.
197204
- `Get-MarkdownMetadata` - get a hashtable with yaml metadata (new in schema 2.0.0) from the markdown file
198-
- `Update-MarkdownHelp`, `Update-MarkdownHelpModule` - update your markdown with actual parameters metadata using reflection.
205+
- `Update-MarkdownHelp`, `Update-MarkdownHelpModule` - update your markdown with actual parameters metadata using reflection.
199206
- `Update-MarkdowhHelpSchema` - migrate from schema version 1.0.0 to schema version 2.0.0
200207
- `Get-HelpPreview` - get preview of help from Maml file. Returns help objects.
201208
* Tab-completion support by [@dotps1](https://github.com/dotps1)

0 commit comments

Comments
 (0)