commit 4086f4d13378046f46cb4b4b074e5384f6ebdf3d Author: Matt Traudt sirmatt@ksu.edu Date: Wed Jun 13 06:09:41 2018 -0400
Add changelog entry for earliest_bandwidth fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f2bd9..35bdfd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ remember that `.join()` wants only string arguments and can't handle a `None`. So fix that. - Exception when failing to get a relay's `ed25519_master_key` from Tor and trying to do `.rstrip()` on a None. +- `earliest_bandwidth` being the newest bw not the oldest (thanks juga0)
[Unreleased]: https://github.com/pastly/simple-bw-scanner/compare/v0.4.0...master