aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-03-08 09:46:59 +0100
committerChocobozzz <me@florianbigard.com>2022-03-08 09:46:59 +0100
commitff36d20ae0b886a746b0ed9ec1d337201bb7a56e (patch)
treee6ee8d27409232e72b1022713e6ff2eafcb39c7f /CHANGELOG.md
parente55079c90b0bc8ec287e6a09b981d53f2f46d379 (diff)
downloadPeerTube-ff36d20ae0b886a746b0ed9ec1d337201bb7a56e.tar.gz
PeerTube-ff36d20ae0b886a746b0ed9ec1d337201bb7a56e.tar.zst
PeerTube-ff36d20ae0b886a746b0ed9ec1d337201bb7a56e.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dfd9fd1c..729faca7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
1# Changelog 1# Changelog
2 2
3## v4.1.1
4
5### Security
6
7 * Strip EXIF data and processing images
8
9### Docker
10
11 * Fix videos import by installing python 3
12 * Install `git` package (may be needed to install some plugins)
13
14### Bug fixes
15
16 * Fix error when updating a live
17 * Fix performance regression when rendering HTML and feeds
18 * Fix player stuck by HTTP request error
19
20
3## v4.1.0 21## v4.1.0
4 22
5### IMPORTANT NOTES 23### IMPORTANT NOTES