diff --git a/CHANGELOG b/CHANGELOG index 751c8182..12122ebd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ CHANGELOG ========= +* Paella 6.5.0 + + * Improvements in HLS plugin + * Improvements in Matomo tracking plugin + * Dependencies have been updated + * Paella 6.4.6 * Bug fixed in footprint plugin diff --git a/doc/toc.yml b/doc/toc.yml index 506711ae..2d80bd68 100644 --- a/doc/toc.yml +++ b/doc/toc.yml @@ -1,4 +1,4 @@ -version: develop +version: 6.5.x index: 'introduction.md' content: diff --git a/doc/upgrade.md b/doc/upgrade.md index 51ff89c4..3ee92819 100644 --- a/doc/upgrade.md +++ b/doc/upgrade.md @@ -35,3 +35,8 @@ In principle it should not be necessary to modify anything to upgrade to version ## Multi audio support in Paella 6.4.x As of version 6.4.0 a new system based on HLS playlists is used to supply various audio streams. You can see the documentation about it in [this link](adopters/hls_multiaudio.md) + + +## Improvements in HLS live streams + +Some changes have been made to the HLS plugin that improve the compatibility of live streams. We think we have identified all the problems that may arise from this change, but it is advisable to check the behavior of browsers when the video is set to autoplay mode.