aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-01-13 15:16:43 +0100
committerJay Berkenbilt <ejb@ql.org>2020-01-13 17:26:18 +0100
commit211a7f57be1913a32239b9868c85f18cd6b28683 (patch)
tree496fc07c16e80e373fe3bde3b68f147155f41fe9 /ChangeLog
parent9a398504ca869e00de15c713108264e0beead504 (diff)
downloadqpdf-211a7f57be1913a32239b9868c85f18cd6b28683.tar.zst
QUtil::read_lines_from_file: optional EOL preservation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4dd7c04..64518c5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2020-01-13 Jay Berkenbilt <ejb@ql.org>
+
+ * QUtil::read_lines_from_file: add new versions that use FILE*,
+ use FILE* instead if std::ifstream internally to support correct
+ handling of Unicode filenames in Windows, and add the option to
+ preserve line endings.
+
2019-11-17 Jay Berkenbilt <ejb@ql.org>
* 9.1.0: release