Skip to content

Commit 25873df

Browse files
committed
pre-release
1 parent 51269e0 commit 25873df

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.1.6
2+
3+
### Changes
4+
* Updated definitions for 7.3.5
5+
* WotLK Item Fix fixes
6+
* WDC1 saving fixes
7+
* Added user validation for WDC1's uncommon bitwidths
8+
* Performance tweaks
9+
110
## 1.1.4
211

312
### Changes

WDBXEditor/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace WDBXEditor.Common
1111
{
1212
public static class Constants
1313
{
14-
public const string VERSION = "1.1.5b";
14+
public const string VERSION = "1.1.6";
1515
public const string AUTO_GENERATED = "AutoGenerated";
1616
public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase;
1717
public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");

0 commit comments

Comments
 (0)