Skip to content

Commit

Permalink
Merge branch 'master' into four-point-oh
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Dec 2, 2023
2 parents 5e37a8d + cfaaeb5 commit fd3f20c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: wbond
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
16 changes: 9 additions & 7 deletions messages/3.4.0-rc3.txt → messages/3.4.0.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
5 changes: 3 additions & 2 deletions package_control/providers/channel_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd3f20c

Please sign in to comment.