diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index efcbd956a..2c3fac08a 100755 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -2,7 +2,7 @@ ————— Added: -▪ User now can select if DB transactions are enabled or not. (bug #70) +▪ User now can select if DB transactions are enabled or not. (bug #70) By default, DB transactions are now switched OFF, therefore anyone who wants better performance, must turn them ON in app settings. ▪ MySQL database backend now requires at least version 5.5, DB encoding is now changed to utf8mb4 character set. (bug #74) ▪ Height if message attachment image is now configurable, defaults to 36. (issue #69) ▪ All textual contents of all messages are now locally saved in explicit UTF-8 encoding. This is partially because of MySQL backend. We need to keep encoding of data sent to DB and encoding of DB itself in parity.