From 9d36cc2269202dc072990e1da2225c2478d1aa5c Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 5 Feb 2019 10:06:45 +0100 Subject: [PATCH] fix title of changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c023b901..e0a9a990 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -== Changelog +## Changelog 7.1 * DurableElasticsearchSink is rewritten to use the same base code as the sink for Serilog.Sinks.Seq. Nuget Serilog.Sinks.File is now used instead of deprecated Serilog.Sinks.RollingFile. Lots of new fintuning options for file storage is added in ElasticsearchSinkOptions. Updated Serilog.Sinks.Elasticsearch.Sample.Main with SetupLoggerWithPersistantStorage with all available options for durable mode.