Repository: kudu Updated Branches: refs/heads/gh-pages 4f12e1baa -> a37d733b3
Fix list rendering of the last weekly update post The sublist after "Noteworthy features/improvements" is not rendering properly. Apparently it was missing a new line to be indentified as a list but adding it made things look weird too (a new line before the list but none after). This makes the list a "definition list" which boldens the title and avoids the new line weirdness at the cost of extra indenting. Change-Id: I78abc84ee430c0c73536ebc5691c39c47f836498 Reviewed-on: http://gerrit.cloudera.org:8080/5131 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: David Ribeiro Alves <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/a37d733b Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/a37d733b Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/a37d733b Branch: refs/heads/gh-pages Commit: a37d733b3caf1bfc9b172002de4c651566dac8dc Parents: 4f12e1b Author: david.alves <[email protected]> Authored: Thu Nov 17 11:45:51 2016 -0800 Committer: David Ribeiro Alves <[email protected]> Committed: Thu Nov 17 20:29:58 2016 +0000 ---------------------------------------------------------------------- _posts/2016-11-15-weekly-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/a37d733b/_posts/2016-11-15-weekly-update.md ---------------------------------------------------------------------- diff --git a/_posts/2016-11-15-weekly-update.md b/_posts/2016-11-15-weekly-update.md index 55a771d..d614fbf 100644 --- a/_posts/2016-11-15-weekly-update.md +++ b/_posts/2016-11-15-weekly-update.md @@ -13,12 +13,12 @@ covers ongoing development and news in the Apache Kudu project. * The first release candidate for Kudu 1.1.0 is [now available](http://mail-archives.apache.org/mod_mbox/kudu-dev/201611.mbox/%3CCADY20s7ZKZkPmUEcTexW%3D%2B_%2BLnDY2hABZg0-UZD3jvWAs9-pog%40mail.gmail.com%3E). Noteworthy new features/improvements: + : ^ * The Python client has been brought to feature parity with the C++ and Java clients. * IN LIST predicates. * Java client now features client-side tracing. * Kudu now publishes jar files for Spark 2.0 compiled with Scala 2.11. - * Kudu's Raft implementation now features pre-elections. In our tests this has greatly - improved stability. + * Kudu's Raft implementation now features pre-elections. In our tests this has greatly improved stability. Community developers and users are encouraged to download the source tarball and vote on the release.
