You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/08/23 06:36:52 UTC

kudu git commit: One more formatting fix for release notes

Repository: kudu
Updated Branches:
  refs/heads/branch-0.10.x ffd8fa475 -> 1c9d96bb3


One more formatting fix for release notes

Same fix as prior similar commit, but for a late change to
the release notes, so got missed the first time around.

Change-Id: I2272775c7b97afdaa9abfdc2101a326595de3ae0


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/1c9d96bb
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/1c9d96bb
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/1c9d96bb

Branch: refs/heads/branch-0.10.x
Commit: 1c9d96bb3c414bdab09285b0ca441c1783ccbad6
Parents: ffd8fa4
Author: Todd Lipcon <to...@apache.org>
Authored: Mon Aug 22 23:33:47 2016 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Mon Aug 22 23:33:47 2016 -0700

----------------------------------------------------------------------
 docs/release_notes.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/1c9d96bb/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index ce5c290..1106fe3 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -116,8 +116,8 @@ This feature can be particularly helpful with time series workloads in which
   new partitions can be created on an hourly or daily basis. Old partitions
   may be efficiently dropped if the application does not need to retain historical
   data past a certain point.
-
-  This feature is considered experimental for the 0.10 release. More details of
++
+This feature is considered experimental for the 0.10 release. More details of
   the new feature can be found in the accompanying
   link:https://kudu.apache.org/2016/08/23/new-range-partitioning-features.html[blog post].