From edc20c30f7b9b51bc95956acebf79aef8d32b2d5 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Mon, 20 Jun 2022 18:13:15 +0200 Subject: [PATCH] update changelog --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c84877f4..45126dd2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,20 @@ nav_order: 9 --- # Changelog +## [3.6.0] - 2022-06-20 +### Changed +- Improved embedding on discord of large videos. +- Releases are now compressed for faster downloads +- Updated translations + +### Fixed +- Fixed deprecation notices on php >= 8 +- Fixed embed UA for Discord. +- Fixed error with post_max_size = 0 + +### Removed +- Support for php 7.2 + ## [3.5.1] - 2021-10-22 ### Changed - Fixed embed UA for Discord.