From ba37dda6e88ed015ed0750e02c4a3cd49da1329c Mon Sep 17 00:00:00 2001 From: Roel van Dijk Date: Fri, 28 Sep 2012 22:22:55 +0200 Subject: [PATCH] Add note about previous versions and errors. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63d1825..fd3a9ad 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ node2 = @neo.create_node("age" => 33, "name" => "Roel") This is just a small sample of the full API, see the [Wiki documentation](https://github.com/maxdemarzi/neography/wiki) for the full API. Neography raises REST API errors as Ruby errors, see the wiki page about [errors](https://github.com/maxdemarzi/neography/wiki/Errors). +(**Note**: older versions of Neography did not raise any errors!) ## *Phase 2*