summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-11 13:47:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-11 13:47:00 +0100
commit2be03241f41d47f36d044e6cd0566fc71e8e3997 (patch)
tree9097651ee8facc1d9f6db43dcc0be998eec46b52 /ChangeLog
parent7c46ecb387c45dfdf31379f019d10283c8a2fb71 (diff)
Log a warning rather than getting stuck when clamping XYZ values in RGB->XYZ conversion (#600).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc847ede1..531fb654c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* Fix hang on audio analysis in some cases (#598).
+ * Fix never-ending encode when XYZ values are clamped (#600).
+
2015-06-10 Carl Hetherington <cth@carlh.net>
* Version 2.0.50 released.