aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2017-09-16 12:18:38 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2017-09-16 12:18:38 +0800
commit3869028ffb6be6ab719e5cf1004276dfdfd1216d (patch)
tree86301ec756a57fea9248042be358a42b6af6d7c2 /ChangeLog
parent68d43a61b552007a718894967b869c0f1d8ff00f (diff)
downloadyoutube-dl-3869028ffb6be6ab719e5cf1004276dfdfd1216d.zip
youtube-dl-3869028ffb6be6ab719e5cf1004276dfdfd1216d.tar.gz
youtube-dl-3869028ffb6be6ab719e5cf1004276dfdfd1216d.tar.bz2
[utils] Use bytes-like objects in dfxp2srt
This fixes handling of non-UTF8 TTML subtitles Closes #14191
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 041dfd7..ba9260e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+version <unreleased>
+
+Core
+* [utils] Fix handling raw TTML subtitles (#14191)
+
+
version 2017.09.15
Core