Skip to content

Commit cef8bdc

Browse files
author
EsOsO
committed
Updated docs [skip ci]
1 parent cc86e4c commit cef8bdc

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

Logging/Logging.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Logging.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.3'
15+
ModuleVersion = '4.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

docs/CHANGELOG.md

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

3+
## 4.1.1 (2019-05-20)
4+
5+
- [NEW] Added timestamputc to log message properties #48
6+
- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
7+
- [FIX] Removed self loading in runspace
8+
- [FIX] Moved Use-LogMessage to private functions
9+
- [FIX] Added timeout to Wait-Logging to avoid hangs
10+
311
## 4.0.3 (2019-04-15)
412

513
- [FIX] removed catalog generation until I get more grasp on the process
@@ -115,3 +123,4 @@ It should improve logging performance to a new level thanks to the amazing work
115123

116124

117125

126+

docs/RELEASE.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- [NEW] Added timestamputc to log message properties #48
2-
- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
3-
- [FIX] Removed self loading in runspace
4-
- [FIX] Moved Use-LogMessage to private functions
5-
- [FIX] Added timeout to Wait-Logging to avoid hangs

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ nav:
2626
- Set-LoggingCustomTarget: Set-LoggingCustomTarget.md
2727
- Set-LoggingDefaultFormat: Set-LoggingDefaultFormat.md
2828
- Set-LoggingDefaultLevel: Set-LoggingDefaultLevel.md
29-
- Use-LogMessage: Use-LogMessage.md
3029
- Wait-Logging: Wait-Logging.md
3130
- Write-Log: Write-Log.md

0 commit comments

Comments
 (0)