Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hughes committed Oct 25, 2024
1 parent c16a7e6 commit e97d35d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- Removed `build.psd1` as it is no longer required to build the project.
- Removed ClassAst functions
- `Get-ClassResourceProperty`
- `Get-ClassAst`
- `Get-ClassResourceAst`

### Added

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

### Fixed

Expand Down

0 comments on commit e97d35d

Please sign in to comment.