From 822985e1402eef64c416e07db152911afec266d0 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 7 Nov 2020 18:34:45 +0100 Subject: [PATCH] Mention new socket location in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a14335..bfde62b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). seemed to be a typical rate for Windows VST hosts and because function calls could not be processed while the GUI was being updated, but since that limitation now no longer exists we can safely bump this up. +- Sockets are now created in `XDG_RUNTIME_DIR` (`/run/user/` on most + systems) instead of `/tmp` if set to avoid polluting `/tmp`. ### Removed