aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-05 15:05:28 +0200
committerChocobozzz <me@florianbigard.com>2021-07-05 15:05:28 +0200
commitb98f39c4731e981bb009946e1b0b63f08c9568db (patch)
tree6284bfb6147496bdd97d6bd782cca8b1016ced1d /CHANGELOG.md
parent30034b8e850d6b2af06edb19e7b4e7e0731f63dc (diff)
downloadPeerTube-b98f39c4731e981bb009946e1b0b63f08c9568db.tar.gz
PeerTube-b98f39c4731e981bb009946e1b0b63f08c9568db.tar.zst
PeerTube-b98f39c4731e981bb009946e1b0b63f08c9568db.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 586d3ffb9..714ac7f9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
1# Changelog 1# Changelog
2 2
3## v3.3.0-rc.1 (~July) 3## v3.3.0-rc.1
4 4
5### IMPORTANT NOTES 5### IMPORTANT NOTES
6 6
@@ -60,6 +60,8 @@
60 * Cache refresh actor promises 60 * Cache refresh actor promises
61 * Optimize activity pub video update 61 * Optimize activity pub video update
62 * Relax some database transactions 62 * Relax some database transactions
63 * Use an internal cache for DNS resolution.
64 This should speed up federation and fix weird acquire timeouts in sequelize pool (causing slowness in the client interface)
63 65
64### Bug fixes 66### Bug fixes
65 67
@@ -73,6 +75,9 @@
73 * Fix some 404 errors for remote avatar 75 * Fix some 404 errors for remote avatar
74 * Fix daily quota display 76 * Fix daily quota display
75 * Fix ownership change with a live video 77 * Fix ownership change with a live video
78 * Correctly handle broken plugin install
79 * Fix channel deletion when it has videos
80 * Force TLS for webfinger in production
76 81
77 82
78## v3.2.1 83## v3.2.1