From 0c894f2f5f712b39ce5451392e057dfdf8a19a98 Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Sun, 2 Feb 2020 10:33:20 +0100
Subject: [PATCH] Update CHANGES file

Signed-off-by: Lukas Holecek <hluk@email.cz>
---
 CHANGES | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/CHANGES b/CHANGES
index 084c7e926..6f98e4622 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+v3.10.0
+
+- Use environment variable `COPYQ_DEFAULT_ICON=1` to show the original
+  application icon instead of the one from current icon theme.
+
+- Avoid updating menu too unnecessarily
+
+- Drop using deprecated Qt API and require at least Qt 5.5 (meaning Ubuntu
+  14.04 and Debian 8 are no longer supported)
+
+- Use non-native color and font dialogs which fixes showing these in Gnome/Gtk
+
+- Fix GUI with fractional scaling
+
+- Fix updating tray menu (remove empty sections)
+
+- Fix editing synchronized file content instead of its path
+
+- OSX: Omit preventing system from entering the sleep mode
+
+- X11: Improve clipboard/selection synchronization
+
+- X11: Avoid reading clipboard in parallel in the monitor process
+
 v3.9.3
 
 - New `loadTheme()` script function loads theme from INI file.
-- 
GitLab