Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Oct 27, 2023
1 parent 44c3ca4 commit 2d6881c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Analogy/CommonChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
{
return new List<AnalogyChangeLog>
{
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"),
Expand Down

0 comments on commit 2d6881c

Please sign in to comment.