Skip to content

Commit

Permalink
Updated docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
EsOsO committed Aug 5, 2019
1 parent 2462e34 commit 5706b5b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Logging/Logging.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'Logging.psm1'

# Version number of this module.
ModuleVersion = '4.1.1'
ModuleVersion = '4.2.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 4.2.2 (2019-08-05)

In this minor release we fixed an annoying issue about how the module loads the available targets.
Now the loading routine is run inside the runspace to isolate the scope where the targets scriptblock is created.

- [BUG] Major code update to address issue #63
- [FIX] `Set-LoggingDefaultLevel` sets default level on cofigured targets too (#61, #58)
- [MOD] Removed validation on parameter Arguments

## 4.1.1 (2019-05-20)

- [NEW] Added timestamputc to log message properties #48
Expand Down Expand Up @@ -124,3 +133,4 @@ It should improve logging performance to a new level thanks to the amazing work




6 changes: 0 additions & 6 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
In this minor release we fixed an annoying issue about how the module loads the available targets.
Now the loading routine is run inside the runspace to isolate the scope where the targets scriptblock is created.

- [BUG] Major code update to address issue #63
- [FIX] `Set-LoggingDefaultLevel` sets default level on cofigured targets too (#61, #58)
- [MOD] Removed validation on parameter Arguments
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ nav:
- Get-LoggingCallerScope: Get-LoggingCallerScope.md
- Get-LoggingDefaultFormat: Get-LoggingDefaultFormat.md
- Get-LoggingDefaultLevel: Get-LoggingDefaultLevel.md
- Get-LoggingMessageCount: Get-LoggingMessageCount.md
- Get-LoggingTarget: Get-LoggingTarget.md
- Set-LoggingCallerScope: Set-LoggingCallerScope.md
- Set-LoggingCustomTarget: Set-LoggingCustomTarget.md
Expand Down

0 comments on commit 5706b5b

Please sign in to comment.