Skip to content

Commit c5577a2

Browse files
author
Sergei Vorobev
committed
Update CHANGELOG.md for 0.7.4
1 parent 7b74f12 commit c5577a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ CHANGELOG
33

44
## Not released
55

6+
## 0.7.4
7+
8+
* Add path to md file to the error message [Issue #237](https://github.com/PowerShell/platyPS/issues/237)
9+
* Allow multiple code snippets in the examples
10+
* Allow schema to have non-yaml codesnippets in the Parameter as part of Description [Issue #239](https://github.com/PowerShell/platyPS/issues/239)
11+
612
## 0.7.3
713

814
* Fix about topic naming pattern [Issue #235](https://github.com/PowerShell/platyPS/issues/235)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.7.3.{build}
1+
version: 0.7.4.{build}
22

33
install:
44
- ps: |

0 commit comments

Comments
 (0)