Updated Branches:
  refs/heads/trunk 56237c916 -> 526f98f1f

Mention deprecated blob-string syntax in 2.0 NEWS.txt


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/526f98f1
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/526f98f1
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/526f98f1

Branch: refs/heads/trunk
Commit: 526f98f1fa050a02317e4b4f28534741fad86b58
Parents: 56237c9
Author: Aleksey Yeschenko <alek...@apache.org>
Authored: Tue Apr 30 22:17:49 2013 +0300
Committer: Aleksey Yeschenko <alek...@apache.org>
Committed: Tue Apr 30 22:17:49 2013 +0300

----------------------------------------------------------------------
 NEWS.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/526f98f1/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 31f30ab..c3c2fba 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -29,6 +29,10 @@ Upgrading
     - ASSUME command has been removed from cqlsh. Use CQL3 blobAsType() and
       typeAsBlob() conversion functions instead.
       See https://cassandra.apache.org/doc/cql3/CQL.html#blobFun for details.
+    - Inputing blobs as string constants is now fully deprecated in
+      favor of blob constants. Make sure to update your applications to use
+      the new syntax while you are still on 1.2 (which supports both string
+      and blob constants for blob input) before upgrading to 2.0.
 
 Operations
 ----------

Reply via email to