aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-19 12:39:31 +0200
committerChocobozzz <me@florianbigard.com>2018-10-19 12:39:31 +0200
commit1c4e716e42f9db0fe5fb57b07455c9b9c75aeb07 (patch)
tree93d5ad467e4cf284c49abb1c6aa41909aadeefc7 /CHANGELOG.md
parent41f2ebae4f970932fb62d2d8923b1f776f0b1494 (diff)
downloadPeerTube-1c4e716e42f9db0fe5fb57b07455c9b9c75aeb07.tar.gz
PeerTube-1c4e716e42f9db0fe5fb57b07455c9b9c75aeb07.tar.zst
PeerTube-1c4e716e42f9db0fe5fb57b07455c9b9c75aeb07.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2bd98f4d..876f2e02d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
1# Changelog 1# Changelog
2 2
3## v1.0.1
4
5### SECURITY
6
7 * Add HTTP Signature in addition to Linked Signature:
8 * It's faster
9 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
10
11
3## v1.1.0-alpha.1 12## v1.1.0-alpha.1
4 13
5We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks. 14We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks.