From b0271e993c57c97e7c36c89ad76e6b1db2719941 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 14 Nov 2011 02:53:40 +0000 Subject: [PATCH] updated changelog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index a99ae3390..52da5ec38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + * updated the API to add_torrent_params turning all bools into flags of a flags field + * added async_add_torrent() function to significantly improve performance when + adding many torrents * change peer_states to be a bitmask (bw_limit, bw_network, bw_disk) * changed semantics of send_buffer_watermark_factor to be specified as a percentage * add incoming_connection_alert for logging all successful incoming connections