Skip to content

Commit e97d35d

Browse files
author
Daniel Hughes
committed
Update changelog
1 parent c16a7e6 commit e97d35d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Removed
99

1010
- Removed `build.psd1` as it is no longer required to build the project.
11+
- Removed ClassAst functions
12+
- `Get-ClassResourceProperty`
13+
- `Get-ClassAst`
14+
- `Get-ClassResourceAst`
1115

1216
### Added
1317

@@ -42,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4246
- Task `Generate_Markdown_For_DSC_Resources`
4347
- Outputs a warning message if the old configuration key is used in the
4448
build configuration but keeps using the old configuration key.
49+
- `New-DscClassResourcePage`
50+
- Remove using Ast to generate documentation. Fixes [#116](https://github.com/dsccommunity/DscResource.DocGenerator/issues/116).
51+
- Order properties correctly fixes [#126](https://github.com/dsccommunity/DscResource.DocGenerator/issues/126).
4552

4653
### Fixed
4754

0 commit comments

Comments
 (0)