Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Sep 12, 2024
1 parent 29cab84 commit 7151c4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7151c4e

Please sign in to comment.