This repository was archived by the owner on May 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed
Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,50 @@ The format is based on `Keep a
77Changelog <http://keepachangelog.com/en/1.0.0/> `__ and this project
88adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html >`__.
99
10+ v1.1.0 (2019-03-27)
11+ -------------------
12+
13+ New
14+ ~~~
15+
16+ - V3bwfile: Report excluded relays.
17+ Closes: #28565.
18+ - V3bwfile: Add time to report half network.
19+ Closes: #28983
20+ - Destination: Recover destination when it failed.
21+ Closes: #29589.
22+ - V3bwfile: Report relays that fail to be measured.
23+ Closes: #28567.
24+ - V3bwfile: Report relays that are not measured measured.
25+ Closes: #28566
26+ - V3bwfile: Add KeyValues to monitor relays.
27+ Closes: #29591.
28+ - Docs: document that authorities are not measured.
29+ Closes: #29722
30+ - Scanner: Warn when there is no progress.
31+ Closes: #28652
32+
33+ Fix
34+ ~~~
35+ - v3bwfile: Report relays even when they don't reach a minimum number.
36+ Closes: #29853.
37+ - Minor fixes. Closes #29891.
38+ - Relaylist: Convert consensus bandwidth to bytes.
39+
40+
41+ v1.0.5 (2019-03-06)
42+ -------------------
43+
44+ - Release v1.0.5.
45+ this time with the correct version
46+
47+ v1.0.4 (2019-03-06)
48+ -------------------
49+
50+ - Release v1.0.4.
51+ because there was a commit missing between `1.0.3 ` and `1.0.4-dev0 `
52+ and what is released as `1.0.3 ` has version `1.0.4-dev0 ` and it
53+ can not be fixed now.
1054
1155v1.0.3 (2019-02-28)
1256-------------------
Original file line number Diff line number Diff line change 1- __version__ = '1.1.0-dev0 '
1+ __version__ = '1.1.0'
22
33import threading # noqa
44
You can’t perform that action at this time.
0 commit comments