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"),