Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-05-11 19:30:39 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-11 19:30:39 +0300
commit5ebba786d50077365b55c193df2d570bf5498b6e (patch)
tree61caef5bb43b6171405649f9fe88a09edcd26341 /CHANGELOG.md
parentd144dfcb3622761f661a9a2628ef8f07f6bf5f87 (diff)
On duplicate torrent add, don't emit 'infoHash'
Private 'infoHash' event allows client.add to check for duplicate torrents and destroy them before the normal 'infoHash' event is emitted. Prevents user applications from needing to deal with duplicate 'infoHash' events.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b85b50..5d09b84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# WebTorrent Version History
+## UNRELEASED
+
+- When a duplicate torrent is added, don't emit the 'infoHash' event after 'error'. The 'error' event should be the last event.
+
## v0.93.1 - 2016-05-08
- Remove `path-exists` dependency.