aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-11-18 11:38:11 +0000
committerGravatar jesopo2019-11-18 11:38:11 +0000
commit4ba4a8ad7609d5f6bcce50267b7418a83476e93a (patch)
tree1eca69b1be99e3874936fa8f8d087b51ce840f10
parentcombine both youtube API queries for playlists in to 1 query (diff)
signature
v1.15.0-rc1 release
-rw-r--r--CHANGELOG.md1
-rw-r--r--VERSION2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71e49f6b..b337db10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ Changed:
- Git hashes are now truncated to 7 chars, not 8 (`git_webhooks`)
- Split `utils/__init__.py` out in to more separate files
- Show channel mode status symbols when formatting `NOTICE`s (`format_activity.py`)
+- Conbine YouTube API requests in to 1 request, rather than 3 (`youtube.py`)
Fixed:
- Multiple channel keys should be expressed as comma-separated (`channel_keys.py`)
diff --git a/VERSION b/VERSION
index 850e7424..3f5eae62 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.14.0
+1.15.0-rc1