From 7151c4ebd0909ee198adc7f96ba1db26610d7f41 Mon Sep 17 00:00:00 2001 From: Santiago Squarzon Date: Thu, 12 Sep 2024 15:32:28 -0300 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e18651..a515203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +- __09/12/2024__ + - Added `TreeStyle` type and `Get-PSTreeStyle` cmdlet for rendering output. + - Added Pester tests for `TreeStyle`. + - Documented changes. + - __09/03/2024__ - Makes `Depth` property public for `PSTreeFileSystemInfo` instances. - Makes `GetParents()` method private, absolutely no reason to have it public. diff --git a/README.md b/README.md index f64c954..7e546ff 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ PSTree is a PowerShell Module that includes the `Get-PSTree` cmdlet that intends ## Documentation -Check out [__the docs__](./docs/en-US/Get-PSTree.md) for information about how to use this Module. +Check out [__the docs__](./docs/en-US/Get-PSTree.md) for information about how to use this Module. For customizing the cmdlet's rendering output see [__about_TreeStyle__](./docs/en-US/about_TreeStyle.md). ## Installation