Skip to content

Commit 2d6881c

Browse files
committed
Update change log
1 parent 44c3ca4 commit 2d6881c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Analogy/CommonChangeLog.cs

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
99
{
1010
return new List<AnalogyChangeLog>
1111
{
12+
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"),
13+
new ("V5.1.1 - Fix NLog Parser #1862",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2023,10,26),"5.1.1.0"),
1214
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"),
1315
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"),
1416
new ("V5.1.0 - Add collapsible folder section #1850",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023,09,25),"5.1.0.0"),

0 commit comments

Comments
 (0)