summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-10-08 19:57:00 +0200
committerMax Kellermann <max@musicpd.org>2020-10-08 20:30:33 +0200
commit27cc7b352d54b013e04c6e2b66b7ff0ab6e6bfb8 (patch)
tree9b2064404927d448ba8733dc70f726726221f24a /NEWS
parentd64729065e845ed5341ead94623f4a25e3ab1f33 (diff)
config/Data: cast to std::chrono::steady_clock::duration properly
Oh no, 3413d1bf23a was broken! Instead of passing a number as "seconds" to the duration constructor, it just abused the duration constructor as cast operator, which caused custom state_file_interval settings to be extremely short.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab03945cf..e654211b3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ ver 0.22.1 (not yet released)
- jack, pulse: reduce the delay when stopping or pausing playback
* playlist
- cue: fix two crash bugs
+* state_file: fix the state_file_interval setting
ver 0.22 (2020/09/23)
* protocol