You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Analogy/CommonChangeLog.cs
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
9
9
{
10
10
returnnewList<AnalogyChangeLog>
11
11
{
12
+
new("V5.1.1 - millisecond time is not showing parsed json record. #1866",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2023,10,27),"5.1.1.0"),
new("V5.1.1 - Add escape key to close detailed Message with Esc key #1865",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2023,10,20),"5.1.1.0"),
13
15
new("V5.1.0 - Add View Raw data to the message information panel #1849",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2023,09,25),"5.1.0.0"),
0 commit comments