aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-09 17:28:15 +0100
committerGitHub <noreply@github.com>2019-01-09 17:28:15 +0100
commit8d00889b6038c38d9c86cbeca88a9f3c23962c48 (patch)
tree83da634660400c660f49f3db02ceadcdd6701d31
parent1fd12c7cfa636d046d9f77293ad1d958763f67da (diff)
downloadPeerTube-8d00889b6038c38d9c86cbeca88a9f3c23962c48.tar.gz
PeerTube-8d00889b6038c38d9c86cbeca88a9f3c23962c48.tar.zst
PeerTube-8d00889b6038c38d9c86cbeca88a9f3c23962c48.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cce6e7402..0b733e4b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
4 4
5***Since v1.0.1*** 5***Since v1.0.1***
6 6
7### BREAKING CHANGES
8 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
9
7### Maintenance 10### Maintenance
8 11
9 * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk)) 12 * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk))
@@ -26,7 +29,6 @@
26 * Add postfix image 29 * Add postfix image
27 * Redirect HTTP -> HTTPS 30 * Redirect HTTP -> HTTPS
28 * Disable Træfik web UI 31 * Disable Træfik web UI
29 * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
30 32
31### Features 33### Features
32 34