diff --git a/docs/changelog/2.0.0.md b/docs/changelog/2.0.0.md index 9a0f2e8..6119b1f 100644 --- a/docs/changelog/2.0.0.md +++ b/docs/changelog/2.0.0.md @@ -1,10 +1,12 @@ ### 2.0.0 -_Not Released Yet_ +_Released 2020 Sep 03_ #### Overview -! TODO +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. #### Breaking Changes diff --git a/docs/changelog/README.md b/docs/changelog/README.md index 57a7c1c..6b78693 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [2.0.0](2.0.0.md) (TDB; work in progress) -* 2020-05-27 [1.5.0](1.5.0.md) (latest) +* 2020-09-03 [2.0.0](2.0.0.md) (latest) +* 2020-05-27 [1.5.0](1.5.0.md) * 2020-04-28 [1.4.0](1.4.0.md) * 2020-04-08 [1.3.0](1.3.0.md) * 2020-03-20 [1.2.0](1.2.0.md) diff --git a/docs/changelog/full.md b/docs/changelog/full.md index f067e4c..4c110bf 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,22 @@ +### 2.0.0 + +_Released 2020 Sep 03_ + +#### Overview + +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. + +#### Breaking Changes + +- Switched from the "gw2toolbelt.github.com" URL to "gw2tb.com". (This affects + all package names, module names and imports.) +- Removed the mislabeled `UIState#isInLoadingScreen`. + + +--- + ### 1.5.0 _Released 2020 May 27_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index a13a1ea..6119b1f 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -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)]. \ No newline at end of file +- Switched from the "gw2toolbelt.github.com" URL to "gw2tb.com". (This affects + all package names, module names and imports.) +- Removed the mislabeled `UIState#isInLoadingScreen`. \ No newline at end of file