From f6711bf481f3f84253ff31f2ea77081a9f10cdc1 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen Date: Wed, 27 May 2015 16:57:36 +0100 Subject: [PATCH] only have v0.1.60 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fac37f44b..626886afc3 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,13 @@ Extract and place the libsodium.a file in "bin\x86_64-pc-windows-gnu" for 64bit General note: please document code you touch, and introduce property-based unit tests where applicable. -## [0.1.50] - essential logical corrections +## [0.1.60] - essential logical corrections - [x] [MAID-1007](https://maidsafe.atlassian.net/browse/MAID-1007) limit swarm to targeted group - [x] [MAID-1105](https://maidsafe.atlassian.net/browse/MAID-1105) delay RoutingTable new ConnectRequests - [x] [MAID-1106](https://maidsafe.atlassian.net/browse/MAID-1106) examine Not For Us - [x] [MAID-1032](https://maidsafe.atlassian.net/browse/MAID-1032) correct name calculation of pure Id - [x] [MAID-1034](https://maidsafe.atlassian.net/browse/MAID-1034) ConnectResponse needs to include original signed ConnectRequest - -## [0.1.60] - [x] [MAID-1043](https://maidsafe.atlassian.net/browse/MAID-1043) remove old sentinel - [x] [MAID-1059](https://maidsafe.atlassian.net/browse/MAID-1059) rename types::Action -> types::MessageAction; rename RoutingNodeAction -> MethodCall