diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..e3c4e880 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: wbond diff --git a/messages.json b/messages.json index 3b3e50eb..c50dc3fd 100644 --- a/messages.json +++ b/messages.json @@ -5,7 +5,7 @@ "3.0.0": "messages/3.0.0.txt", "3.1.0": "messages/3.1.0.txt", "3.2.0": "messages/3.2.0.txt", - "3.4.0-rc3": "messages/3.4.0-rc3.txt", + "3.4.0": "messages/3.4.0.txt", "4.0.0-beta1": "messages/4.0.0-beta1.txt", "4.0.0-beta9": "messages/4.0.0-beta9.txt" } diff --git a/messages/3.4.0-rc3.txt b/messages/3.4.0.txt similarity index 71% rename from messages/3.4.0-rc3.txt rename to messages/3.4.0.txt index b7d90c1d..4448afb4 100644 --- a/messages/3.4.0-rc3.txt +++ b/messages/3.4.0.txt @@ -1,10 +1,12 @@ -Version 3.4.0 RC1 Release Notes - - --------------------------------------------------- -| NOTICE: This will be the final release supporting | -| - Sublime Text 2 | -| - Sublime Text 3 beta builds (<3143) | - --------------------------------------------------- +Version 3.4.0 Release Notes + + ----------------------------------------------------------------------- +| NOTICE: This will be the final release of Package Control supporting | +| - Sublime Text 2 | +| - Sublime Text 3 beta builds (<3143) | + ----------------------------------------------------------------------- +| Please see https://sublimetext.com for an updated build | + ----------------------------------------------------------------------- New features include: diff --git a/package_control/providers/channel_provider.py b/package_control/providers/channel_provider.py index fb26030c..05a79d41 100644 --- a/package_control/providers/channel_provider.py +++ b/package_control/providers/channel_provider.py @@ -28,8 +28,9 @@ class ChannelProvider: The current channel/repository infrastructure caches repository info into the channel to improve the Package Control client performance. This also - has the side effect of lessening the load on the GitHub and BitBucket APIs - and getting around not-infrequent HTTP 503 errors from those APIs. + has the side effect of lessening the load on the GitHub, GitLab and + BitBucket APIs and getting around not-infrequent HTTP 503 errors from + those APIs. :param channel_url: The URL of the channel