Skip to content

Commit d9029dc

Browse files
Update CHANGELOG.md for release 0.13.0 (#448)
1 parent 657d9f2 commit d9029dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ CHANGELOG
33

44
## Not released
55

6+
# 0.13.0
7+
8+
* Fix `Update-MarkdownHelp` to not rewrite files if there are not updates (#412) (Thanks @iricigor)
9+
* Add `-ModulePagePath` parameter to `New-MarkdownHelp` for better placement of generated file (#416) (Thanks @PrzemyslawKlys)
10+
* Remove doubled blank lines and trailing spaces in docs (#425) (Thanks @it-praktyk)
11+
* Add Localized Data support for strings in `platyPS.psm1` (#426) (Thanks @tnieto88)
12+
* Add tags to module manifest to improve search on gallery (#428) (Thanks @it-praktyk)
13+
* Fix `Update-MarkdownHelp` to respect order of parameters (#423) (Thanks @it-praktyk)
14+
* Fix `Update-MarkdownHelpModule` to respect `-Force` parameter (#438) (Thanks @it-praktyk)
15+
* Fix for Common and Workflow parameters autowrap (#431) (Thanks @PrzemyslawKlys)
16+
* Do not generate help content for parameters with `DontShow` attribute if `-ExlcudeDontShow` switch is used (#445) (Thanks @MiYanni)
17+
618
## 0.12.0
719

820
* Include proper escaping handing for `\*` and `\_` (#398)

0 commit comments

Comments
 (0)