[ChangeLog] Actualize
[youtube-dl] / ChangeLog
index 56b5eb3cea486e7fbcf99ef937386d21458588aa..1dc43f4287e55025cd27ffb89773d1577b626f66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 version <unreleased>
 
+Core
+* [downloader/http] Randomize HTTP chunk size
++ [downloader/http] Add ability to pass downloader options via info dict
+* [downloader/http] Fix 302 infinite loops by not reusing requests
++ Document http_chunk_size
+
+Extractors
++ [brightcove] Pass embed page URL as referrer (#15486)
++ [youtube] Enforce using chunked HTTP downloading for DASH formats
+
+
+version 2018.02.03
+
 Core
 + Introduce --http-chunk-size for chunk-based HTTP downloading
 + Add support for IronPython