summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-08 22:10:33 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-10 17:44:13 +0000
commit4b7fab6e3dbb7cae32a2e0b66f1b6ca275367126 (patch)
tree9382e45598856321b418eeff1caca390778d6c3d /ChangeLog
parenta1fc8268bb7ae1e2eb16b22e79f2ac752362594d (diff)
Fix uninitialised variables when failing to raw_convert to POD types.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 878d461a3..e90e81753 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
2016-03-08 Carl Hetherington <cth@carlh.net>
+ * Fix occasional crash when opening the custom
+ colour conversion editor.
+
* Version 2.7.0 released.
2016-03-08 Carl Hetherington <cth@carlh.net>