[Groonga-commit] ranguba/rroonga at f0329bb [master] Add 5.0.0 entry (planned)

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Feb 15 17:26:05 JST 2015


Masafumi Yokoyama	2015-02-15 17:26:05 +0900 (Sun, 15 Feb 2015)

  New Revision: f0329bb61a619d6ac617f752aa65764c8e01926d
  https://github.com/ranguba/rroonga/commit/f0329bb61a619d6ac617f752aa65764c8e01926d

  Message:
    Add 5.0.0 entry (planned)

  Modified files:
    doc/text/news.textile

  Modified: doc/text/news.textile (+19 -0)
===================================================================
--- doc/text/news.textile    2015-02-15 17:24:55 +0900 (5ff629e)
+++ doc/text/news.textile    2015-02-15 17:26:05 +0900 (b296339)
@@ -1,5 +1,24 @@
 h1. NEWS
 
+h2(#5-0-0). 5.0.0: 2014-02-16 (planned)
+
+h3. Improvements
+
+* Supported Groonga 5.0.0. Groonga 4.1.1 or older aren't supported.
+* Added flags for {Groonga::Normalizer.normalize}.
+  [GitHub#44] [Patch by Tasuku SUENAGA a.k.a. gunyarakun]
+  <pre>
+  Groonga::Normalizer.normalize("AbC Def gh")                         #=> "abcdefgh"
+  Groonga::Normalizer.normalize("AbC Def gh", :remove_blank => true)  #=> "abcdefgh"
+  Groonga::Normalizer.normalize("AbC Def gh", :remove_blank => false) #=> "abc def gh"
+  </pre>
+* Supported drilldown by multiple keys in {Groonga::Table#group}.
+* Supported calculation for drilldown in {Groonga::Table#group}.
+
+h3. Thanks
+
+* Tasuku SUENAGA a.k.a. gunyarakun
+
 h2(#4-0-8). 4.0.8: 2014-01-08
 
 h3. Improvements
-------------- next part --------------
HTML����������������������������...
Download 



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