Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #993 from afck/master
Version change to 0.18.0
  • Loading branch information
Viv Rajkumar committed Apr 25, 2016
2 parents 5747c08 + e59bb52 commit 1dffbc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Routing - Change Log

## [0.18.0]
- Add the routing table to `NodeAdded` and `NodeLost` events.
- Add `NetworkStartupFailed` and `StartListeningFailed` events.
- Improve join limit to prevent damage to the network in case of many
simultaneously joining nodes.
- Drop unneeded connections from the routing table.
- Replace node harvesting with periodic bucket polling.

## [0.17.0]
- Depend on Crust 0.11.0.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "routing"
readme = "README.md"
repository = "https://github.com/maidsafe/routing"
version = "0.17.0"
version = "0.18.0"

[dependencies]
accumulator = "~0.2.0"
Expand Down

0 comments on commit 1dffbc7

Please sign in to comment.