aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-12 08:30:07 +0100
committerChocobozzz <me@florianbigard.com>2021-01-12 08:30:07 +0100
commit51133b50bc89c29bc0b22d9c432a670408226eaa (patch)
treedefa502f0a2ee0c511f7e86087171af2f31ec28b /CHANGELOG.md
parent69e0e678beb7f1a3b6753eeff585a14f9a61ea86 (diff)
downloadPeerTube-51133b50bc89c29bc0b22d9c432a670408226eaa.tar.gz
PeerTube-51133b50bc89c29bc0b22d9c432a670408226eaa.tar.zst
PeerTube-51133b50bc89c29bc0b22d9c432a670408226eaa.zip
Update changelogrelease/3.0.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a1ad2c0b..05d80b7c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
1# Changelog 1# Changelog
2 2
3## v3.0.1
4
5### SECURITY
6
7 * **Important** Fix retrieving data of another user if the username contains `_` when fetching *my information*
8
9### Docker
10
11 * Fix [upgrade documentation](https://docs.joinpeertube.org/install-docker?id=upgrade)
12 * Add live RTMP port in docker compose
13
14### Bug fixes
15
16 * Fix account feed URL
17 * Log RTMP server error (address already in use)
18 * Fix NPM theme links in admin theme page
19 * Don't reject AP actors with empty description
20 * Fix twitter admin config description
21 * Fix duplicate entry in job list page
22 * Fix `nl-NL` broken admin config page
23 * Fix bad tracker client IP when using a reverse proxy
24
25
3## v3.0.0 26## v3.0.0
4 27
5**Since v2.4.0** 28**Since v2.4.0**