You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jm...@apache.org on 2015/05/15 18:19:34 UTC

cassandra git commit: Fix date and time entries in NEWS.txt

Repository: cassandra
Updated Branches:
  refs/heads/trunk d4419ffe0 -> 6c489afed


Fix date and time entries in NEWS.txt


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

Branch: refs/heads/trunk
Commit: 6c489afed54f2c306da675b334e18d905de53813
Parents: d4419ff
Author: Josh McKenzie <jo...@datastax.com>
Authored: Fri May 15 11:18:12 2015 -0500
Committer: Josh McKenzie <jo...@datastax.com>
Committed: Fri May 15 11:19:06 2015 -0500

----------------------------------------------------------------------
 NEWS.txt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6c489afe/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 4d77fa0..9d56841 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -72,6 +72,8 @@ New features
      or index column are not allowed.
    - New `ByteType` (cql tinyint). 1-byte signed integer
    - New `ShortType` (cql smallint). 2-byte signed integer
+   - New `SimpleDateType` (cql date). 4-byte unsigned integer
+   - New `TimeType` (cql time). 8-byte long
 
 
 Upgrading
@@ -119,11 +121,6 @@ Upgrading
       removed - it is almost always better to use date tiered compaction for
       workloads that have cold data. 
 
-New features
-------------
-    - New `SimpleDateType` (cql date). 4-byte unsigned integer w/out timestamp
-    - New `TimeType` (cql time). 8-byte long nano-second resolution timestamp
-
 2.1.4
 =====
 The default JMX config now listens to localhost only. You must enable