Skip to content

Commit 9e5570e

Browse files
committed
Documentation update
1 parent f406037 commit 9e5570e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CHANGES.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## Release Notes - Serilog.Sinks.RichTextBox.WinForms.Colored v3.1.2
1+
## Release Notes - Serilog.Sinks.RichTextBox.WinForms.Colored v3.1.3
22

33
### What Changed
44

5-
- Fixed a bug where cross-thread log messages during form construction caused `System.InvalidOperationException` due to premature access of the RichTextBox.
6-
7-
### Contributors
8-
9-
- [Steffen S. Hellestøl](https://github.com/SteffenSH)
5+
- Fixed performance issues when logging large numbers of complex messages that could cause application freezing.
6+
- Fixed `ArgumentOutOfRangeException` thrown from `RtfBuilder.Clear()`
107

118
### Resources
129

Serilog.Sinks.RichTextBox.WinForms.Colored/Serilog.Sinks.RichTextBox.WinForms.Colored.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
<TargetFrameworks>net462;net471;net6.0-windows;net8.0-windows;net9.0-windows;netcoreapp3.0-windows;netcoreapp3.1-windows</TargetFrameworks>
2323
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2424
<UseWindowsForms>true</UseWindowsForms>
25-
<Version>3.1.2</Version>
25+
<Version>3.1.3</Version>
2626
<PackageReleaseNotes>
27-
- Fixed a bug where cross-thread log messages during form construction caused `System.InvalidOperationException` due to premature access of the RichTextBox.
27+
- Fixed performance issues when logging large numbers of complex messages that could cause application freezing.
28+
- Fixed `ArgumentOutOfRangeException` thrown from `RtfBuilder.Clear()`
2829

2930
See repository for more information:
3031
https://github.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored

0 commit comments

Comments
 (0)