Skip to content

Commit 7151c4e

Browse files
committed
update changelog and readme
1 parent 29cab84 commit 7151c4e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
- __09/12/2024__
4+
- Added `TreeStyle` type and `Get-PSTreeStyle` cmdlet for rendering output.
5+
- Added Pester tests for `TreeStyle`.
6+
- Documented changes.
7+
38
- __09/03/2024__
49
- Makes `Depth` property public for `PSTreeFileSystemInfo` instances.
510
- Makes `GetParents()` method private, absolutely no reason to have it public.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PSTree is a PowerShell Module that includes the `Get-PSTree` cmdlet that intends
1515

1616
## Documentation
1717

18-
Check out [__the docs__](./docs/en-US/Get-PSTree.md) for information about how to use this Module.
18+
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).
1919

2020
## Installation
2121

0 commit comments

Comments
 (0)