From 211a7f57be1913a32239b9868c85f18cd6b28683 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 13 Jan 2020 09:16:43 -0500 Subject: QUtil::read_lines_from_file: optional EOL preservation --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b4dd7c04..64518c5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-01-13 Jay Berkenbilt + + * 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 * 9.1.0: release -- cgit v1.2.3-54-g00ecf