[Groonga-commit] ranguba/rroonga at 9aa0b7a [master] doc: add a newline between items

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 6 21:45:11 JST 2016


Kouhei Sutou	2016-03-06 21:45:11 +0900 (Sun, 06 Mar 2016)

  New Revision: 9aa0b7a326d91430ec4896d2e4aa257345756a6f
  https://github.com/ranguba/rroonga/commit/9aa0b7a326d91430ec4896d2e4aa257345756a6f

  Message:
    doc: add a newline between items
    
    It's for easy to maintain translations.

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+17 -1)
===================================================================
--- doc/text/news.md    2016-03-06 21:42:07 +0900 (6e35762)
+++ doc/text/news.md    2016-03-06 21:45:11 +0900 (c05ba67)
@@ -5,24 +5,39 @@
 ### Improvements
 
   * Supported Groonga 6.0.0. Groonga 5.1.2 or older aren't supported.
+
   * Supported `-` operator as {Groonga::Operator::AND_NOT}.
+
   * `grndump`: Added `:max_records` option.
     [Patch by Genki Takiuchi]
+
   * Accepted integer and time as function call arguments.
+
   * `expression-builder`: Disabled auto ID detection.
     It's confused when Int/Uint types for key.
+
   * Supported `require "rroonga"` for `Bundler.require`.
     [Patch by Fumiaki MATSUSHIMA]
+
   * Added {Groonga::Plugin.names}.
+
   * Added {Groonga::Config#delete}.
+
   * Added {Groonga::Config#each}.
+
   * Added {Groonga::Index}. It has index column and section.
+
   * Added {Groonga::Column#find_indexes}.
     It returns an array of {Groonga::Index}.
+
   * Mark {Groonga::Column#indexes} as deprecated.
     Use {Groonga::Column#find_indexes} instead.
+
   * Added {Groonga.error_message}.
-  * Supported method style function call in {Groonga::Table#select} block. It's Rubyish API.
+
+  * Supported method style function call in {Groonga::Table#select}
+    block. It's Rubyish API.
+
     Example:
 
         @shops.select do |record|
@@ -33,6 +48,7 @@
 ### Thanks
 
   * Genki Takiuchi
+
   * Fumiaki MATSUSHIMA
 
 ## 5.1.1: 2016-01-18 {#version-5-1-1}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index