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 May 20, 2019
1 parent cc86e4c commit cef8bdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.0.3'
ModuleVersion = '4.1.1'

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

## 4.1.1 (2019-05-20)

- [NEW] Added timestamputc to log message properties #48
- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
- [FIX] Removed self loading in runspace
- [FIX] Moved Use-LogMessage to private functions
- [FIX] Added timeout to Wait-Logging to avoid hangs

## 4.0.3 (2019-04-15)

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




5 changes: 0 additions & 5 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
- [NEW] Added timestamputc to log message properties #48
- [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
- [FIX] Removed self loading in runspace
- [FIX] Moved Use-LogMessage to private functions
- [FIX] Added timeout to Wait-Logging to avoid hangs
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ nav:
- Set-LoggingCustomTarget: Set-LoggingCustomTarget.md
- Set-LoggingDefaultFormat: Set-LoggingDefaultFormat.md
- Set-LoggingDefaultLevel: Set-LoggingDefaultLevel.md
- Use-LogMessage: Use-LogMessage.md
- Wait-Logging: Wait-Logging.md
- Write-Log: Write-Log.md

0 comments on commit cef8bdc

Please sign in to comment.