summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-08 20:57:03 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-08 20:57:03 +0000
commitd9825793692a41374b184f423994667b663d8526 (patch)
treed1a4a1fd157ea55bbcbf47a6fa55b6c1679daf04 /ChangeLog
parent2a574403f57ff980ca5e627d389f30e91bff02c7 (diff)
typeid() doesn't seem to downcast, so just check types in the take_settings_from methods (#1192).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91263bed6..cd3e90e1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-08 Carl Hetherington <cth@carlh.net>
+
+ * Fix crash on adding content to a project created from a template
+ in some cases (#1192).
+
2018-02-07 Carl Hetherington <cth@carlh.net>
* Version 2.11.50 released.