From edeebed147e0abaca146d6ea2d2e1811dc8759aa Mon Sep 17 00:00:00 2001 From: Aleksey Yeschenko Date: Fri, 8 Nov 2013 23:40:55 +0300 Subject: [PATCH] Fix trunk NEWS.txt --- NEWS.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 4f9f439b2e..1b33572e7f 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -13,20 +13,6 @@ restore snapshots created with the previous major version using the 'sstableloader' tool. You can upgrade the file format of your snapshots using the provided 'sstableupgrade' tool. -2.0.3 -===== - -New features ------------- - - It's now possible to configure the maximum allowed size of the native - protocol frames (native_transport_max_frame_size_in_mb in the yaml file). - -Upgrading ---------- - - The IEndpointStateChangeSubscriber has a new method, beforeChange, that - any custom implemenations using the class will need to implement. - - 2.1 === @@ -43,6 +29,20 @@ Upgrading behavior) and 1.0 omits everything. +2.0.3 +===== + +New features +------------ + - It's now possible to configure the maximum allowed size of the native + protocol frames (native_transport_max_frame_size_in_mb in the yaml file). + +Upgrading +--------- + - The IEndpointStateChangeSubscriber has a new method, beforeChange, that + any custom implemenations using the class will need to implement. + + 2.0.2 =====