diff --git a/ChangeLog b/ChangeLog index a6e1af96c..e9ca2961f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ + * added new lt_trackers extension to exchange trackers between + peers * added support for BEP 17 http seeds * added read_piece() to read pieces from torrent storage * added option for udp tracker preference diff --git a/docs/features.rst b/docs/features.rst index 20e95c7ee..07cca1976 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -44,6 +44,7 @@ following features: * multitracker extension support (supports both strict `BEP 12`_ and the uTorrent interpretation). * tracker scrapes +* supports lt_trackers extension, to exchange trackers between peers * supports both sparse files and compact file allocation (where pieces are kept consolidated on disk) * supports files > 2 gigabytes.