summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-05 14:29:47 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-05 14:29:47 +0100
commit9f16745534f92ad7293bf43f6f0197348c0dc49b (patch)
tree0c2915720eee0699bc52e7d45802ae6c4c49b1c6 /ChangeLog
parent7ec4cb260c6f1bade4bbe515f91ebe8b3572472c (diff)
Speculative fix for crash on startup with no audio devices (#1265).v2.13.11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40808c6b3..2fa259e61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2018-04-05 Carl Hetherington <cth@carlh.net>
+ * Fix crash on startup if there are no audio devices (#1265).
+
* Fix non-working arrow keys / space in text fields (#1263).
* Fix assertion failures with 3D content in some cases.