diff --git a/docs/changelog.md b/docs/changelog.md index 30d13e32..e3099a66 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,7 @@ - New VirtualGL version 3.1 was released, adding support for Chromium browsers to use Nvidia GPU acceleration! - Added `?embed=1` parameter to the URL, which will hide the sidebar and the top bar, so that it can be embedded in other websites. - Added `?volume=<0-1>` parameter to the URL, which will set the inital volume of the player (by @urbanekpj). +- Touch events are now supported on mobile devices (by @urbanekpj). ### Bugs - Fixed TCP mux occasional freeze by adding write buffer to it.