From e97d35d877fd4b36ce708de3344ba441c1a2e7e6 Mon Sep 17 00:00:00 2001 From: Daniel Hughes Date: Fri, 25 Oct 2024 17:32:56 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b05913..542af7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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