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
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
12
12
returnnewList<AnalogyChangeLog>
13
13
{
14
14
newAnalogyChangeLog("V4.3.1 - Category column is hidden by default. undo it. #659",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2020,11,12)),
15
+
newAnalogyChangeLog("V4.3.1 - [UI] null values are not displayed correctly #654",AnalogChangeLogType.Bug,"Lior Banai",newDateTime(2020,11,08)),
15
16
newAnalogyChangeLog("V4.3.0 - [Updater] show download progress #619",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2020,10,30)),
16
17
newAnalogyChangeLog("V4.2.13 - App hangs when trying to load file in use #636",AnalogChangeLogType.Bug,"Lior Banai",newDateTime(2020,10,27)),
17
18
newAnalogyChangeLog("V4.2.12 - Add support for loading data providers from sub folders #645",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2020,10,27)),
0 commit comments