summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-04-20 14:52:42 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-04-20 14:52:42 +0100
commit9ab975068e04db8f4c11f1034b7f8c15ab2a1443 (patch)
tree679867d03ccc819670b3216924b985311f6c83df /Changes
parentmerged pbc branch to master (diff)
downloadnet-riak-9ab975068e04db8f4c11f1034b7f8c15ab2a1443.tar.gz
storing without key only supported by REST
- added notice for this
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 794ff2c..407889e 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.15
+0.15 Wed 20 Apr 2011 14:52:22 BST
- fixed link encoding (Simon Wistow)
- added stats method for REST
- added server_info method for PBC
@@ -6,7 +6,7 @@
- added PBC support
- added Test::Riak for running tests on both protocols
- added disable_return_body flag, in REST mode prevents body being returned on store
- - create new object without keys (SymKat <symkat@symkat.com>)
+ - create new object without keys (SymKat <symkat@symkat.com>) (REST only)
DEPRECATIONS
- $object->status please call $object->client->status (for REST only)