From b4691d64dd4e4577763b7fce67e0b4e638d14462 Mon Sep 17 00:00:00 2001 From: Vadim Hatsura Date: Sun, 27 Jan 2019 14:13:12 +0300 Subject: [PATCH] fix list of breaking changes for 7th version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f158447c..8cf074c7 100644 --- a/README.md +++ b/README.md @@ -254,8 +254,8 @@ Option BufferFileSizeLimitBytes is added The maximum size, in bytes, to which th #### Version 7 -Nuget Serilog.Sinks.File is now used instead of deprecated Serilog.Sinks.RollingFile -SingleEventSizePostingLimit option is changed from int to long? with default value null, Don't use value 0 nothing will be logged then!!!!! +* Nuget Serilog.Sinks.File is now used instead of deprecated Serilog.Sinks.RollingFile +* SingleEventSizePostingLimit option is changed from int to long? with default value null, Don't use value 0 nothing will be logged then!!!!! #### Version 6