From 2d6881ccc226c4e7cc4447e250b97286c632c9dd Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Fri, 27 Oct 2023 11:44:51 +0300 Subject: [PATCH] Update change log --- Analogy/CommonChangeLog.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Analogy/CommonChangeLog.cs b/Analogy/CommonChangeLog.cs index e210952c..73bf273d 100644 --- a/Analogy/CommonChangeLog.cs +++ b/Analogy/CommonChangeLog.cs @@ -9,6 +9,8 @@ public static IEnumerable GetChangeLog() { return new List { + new ("V5.1.1 - millisecond time is not showing parsed json record. #1866",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023,10,27),"5.1.1.0"), + new ("V5.1.1 - Fix NLog Parser #1862",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2023,10,26),"5.1.1.0"), new ("V5.1.1 - Add escape key to close detailed Message with Esc key #1865",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023,10,20),"5.1.1.0"), new ("V5.1.0 - Add View Raw data to the message information panel #1849",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023,09,25),"5.1.0.0"), new ("V5.1.0 - Add collapsible folder section #1850",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023,09,25),"5.1.0.0"),