diff --git a/debian/changelog b/debian/changelog
index 79f20d5f..0d4cdbbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+videomass (3.5.2-1) UNRELEASED; urgency=medium
+
+ * [YOUTUBE-DOWNLOADER] Added option to get 'Best' or 'Worst' of precompiled
+ videos. It may be useful to speed up video download containing both audio
+ and video, e.g. without download video and audio separately and then
+ executing the merging process with FFmpeg.
+ * [YOUTUBE-DOWNLOADER] Improved 'Get Statistics' and 'Download by Format Code'
+ features. This should improve exception management of unusual web site
+ data structures (like ) and playlists, channels, etc.
+ * #41 Fixed mount point issue on external drives using relative paths on
+ MS-Windows. If "ValueError" is raised, it returns the absolute path given
+ instead of showing the error.
+
+ -- Gianluca Pernigotto Tue, 09 Nov 2021 00:14:22 +0200
+
videomass (3.5.1-1) UNRELEASED; urgency=medium
* Fixed Ctrl+Q keybord shorcut does not work on Windows (see #39).