From 5706b5b6292d802fbbe9b9aee5dc16ece01c0c7b Mon Sep 17 00:00:00 2001 From: EsOsO Date: Mon, 5 Aug 2019 12:16:54 +0000 Subject: [PATCH] Updated docs [skip ci] --- Logging/Logging.psd1 | 2 +- docs/CHANGELOG.md | 10 ++++++++++ docs/RELEASE.md | 6 ------ mkdocs.yml | 1 - 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Logging/Logging.psd1 b/Logging/Logging.psd1 index 9883307..fe35e9f 100644 --- a/Logging/Logging.psd1 +++ b/Logging/Logging.psd1 @@ -12,7 +12,7 @@ RootModule = 'Logging.psm1' # Version number of this module. -ModuleVersion = '4.1.1' +ModuleVersion = '4.2.2' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c9da9bf..881fb8c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 @@ -124,3 +133,4 @@ It should improve logging performance to a new level thanks to the amazing work + diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 31b7777..e69de29 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 0e7a048..97c3d9d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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