Skip to content

Commit 5336b82

Browse files
committed
change log
1 parent 67dcbb2 commit 5336b82

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

Analogy/CommonChangeLog.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public static class CommonChangeLog
1010
public static IEnumerable<AnalogyChangeLog> GetChangeLog()
1111
{
1212
return new List<AnalogyChangeLog>
13-
{
13+
{
14+
new AnalogyChangeLog("V4.7.4 - [Real time logs] Column is already exist exception is thrown when pressing on clear Logs #1034",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,07,13)),
1415
new AnalogyChangeLog("V4.7.4 - [DevExpress] Upgrade version to V21.1.4 #1047",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,07,13)),
1516
new AnalogyChangeLog("V4.7.4 - [DevExpress] TimeSpanEdit exception when pressing down/up keys #1044",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,07,13)),
1617
new AnalogyChangeLog("V4.7.3 - [UI] Typing non numerical text in numerical fields causes exception #823",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,06,22)),

Analogy/WhatIsNew/WhatIsNew4_7_4.Designer.cs

+20-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)