aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-25 13:53:57 +0100
committerChocobozzz <me@florianbigard.com>2021-03-25 13:53:57 +0100
commit3dd1f61bd6ffee8741aa139b8f371fdd57e54098 (patch)
tree8c7db8c5230d74d48cabcf40457ff4dc7b50d791
parent29553847dc0aec499cd790c90f5f35d0036dd2a1 (diff)
downloadPeerTube-3dd1f61bd6ffee8741aa139b8f371fdd57e54098.tar.gz
PeerTube-3dd1f61bd6ffee8741aa139b8f371fdd57e54098.tar.zst
PeerTube-3dd1f61bd6ffee8741aa139b8f371fdd57e54098.zip
Drop PostgreSQL 9.6 support
Due to a migration bug, drop PostgreSQL 9.6 support The official support will end in November
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88a4d282a..d8fa4069f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
4 4
5### IMPORTANT NOTES 5### IMPORTANT NOTES
6 6
7 * **Important:** Drop PostgreSQL 9.6 support
7 * **Important:** Deprecate NodeJS 10 8 * **Important:** Deprecate NodeJS 10
8 * Support NodeJS 14 and 15 9 * Support NodeJS 14 and 15
9 * Remove ES5 module support (breaks compatibility with web browsers we didn't support) 10 * Remove ES5 module support (breaks compatibility with web browsers we didn't support)