We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b74f12 commit c5577a2Copy full SHA for c5577a2
CHANGELOG.md
@@ -3,6 +3,12 @@ CHANGELOG
3
4
## Not released
5
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
12
## 0.7.3
13
14
* Fix about topic naming pattern [Issue #235](https://github.com/PowerShell/platyPS/issues/235)
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.7.3.{build}
+version: 0.7.4.{build}
2
install:
- ps: |
0 commit comments