-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4279c59
commit 2bc60a8
Showing
4 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
### 1.5.0 | ||
### 2.0.0 | ||
|
||
_Released 2020 May 27_ | ||
_Released 2020 Sep 03_ | ||
|
||
#### Improvements | ||
#### Overview | ||
|
||
- Added `MumbleLink.Context#getMountType` which returns the ID of the current | ||
mount and `MountType` which provides the functionality required to interpret | ||
such IDs. | ||
With `2.0.0` comes a major maintenance release that removes previously | ||
deprecated functionality and - most importantly - migrates to the `gw2tb.com` | ||
domain to bring GW2ML in line with upcoming libraries. | ||
|
||
#### Fixes | ||
#### Breaking Changes | ||
|
||
- Use the correct module descriptor for native binaries [[GH-15](https://github.com/GW2Toolbelt/GW2ML/issues/15)]. | ||
- Switched from the "gw2toolbelt.github.com" URL to "gw2tb.com". (This affects | ||
all package names, module names and imports.) | ||
- Removed the mislabeled `UIState#isInLoadingScreen`. |