diff options
-rw-r--r-- | CHANGELOG.md | 7 |
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 |