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
@@ -11,6 +11,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
11
11
{
12
12
returnnewList<AnalogyChangeLog>
13
13
{
14
+
newAnalogyChangeLog("V4.10.3 - [Recent Files] Recent files button does not call InitializeDataProvider(IAnalogyLogger logger) method #1571",AnalogChangeLogType.Bug,"Lior Banai",newDateTime(2022,12,24)),
14
15
newAnalogyChangeLog("V4.10.3 - [Recent files] duplicated entries are added #1570",AnalogChangeLogType.Bug,"Lior Banai",newDateTime(2022,12,24)),
15
16
newAnalogyChangeLog("V4.10.3 - [Grid Table] Additional dynamics columns are editable and should be read only #1572",AnalogChangeLogType.Bug,"Lior Banai",newDateTime(2022,12,24)),
16
17
newAnalogyChangeLog("V4.10.2 - [Ribbon Form] Enable toggle to combine all providers in the UI #1559",AnalogChangeLogType.Improvement,"Lior Banai",newDateTime(2022,12,10)),
0 commit comments