[travis] Separate builds for core and download
[youtube-dl] / ChangeLog
index 76310c06307ccc8331ad2e1c2c9011dd31965128..089449dfb5467610c9c0ba32f53bbccacd0582d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 version <unreleased>
 
+Core
+* TypeError is fixed with Python 2.7.13 on Windows (#11540, #12085)
+
+Extractor
+* [einthusan] Fix extraction (#11416)
+
+
+version 2017.02.11
+
 Core
 + [utils] Introduce get_elements_by_class and get_elements_by_attribute
   utility functions