[Groonga-commit] ranguba/rroonga at 2ae8f8d [master] Add 4.0.5 entry

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Oct 5 10:36:48 JST 2014


Masafumi Yokoyama	2014-10-05 10:36:48 +0900 (Sun, 05 Oct 2014)

  New Revision: 2ae8f8d5c7b5f840db6fc2cec0013bc8a9c42602
  https://github.com/ranguba/rroonga/commit/2ae8f8d5c7b5f840db6fc2cec0013bc8a9c42602

  Message:
    Add 4.0.5 entry

  Modified files:
    doc/text/news.textile

  Modified: doc/text/news.textile (+24 -0)
===================================================================
--- doc/text/news.textile    2014-10-04 18:54:12 +0900 (96b0fc0)
+++ doc/text/news.textile    2014-10-05 10:36:48 +0900 (60a18b8)
@@ -1,5 +1,29 @@
 h1. NEWS
 
+h2(#4-0-5). 4.0.5: 2014-10-05
+
+h3. Improvements
+
+* [windows] Added cross build task.
+* Added {Groonga::DoubleArrayTrie#update}.
+  [GitHub#24] [Patch by Masafumi Yokoyama]
+* Added {Groonga::Record#rename}.
+* [windows] Disabled debug flags.
+
+h3. Fixes
+
+* Added @:id => true@ option to {Groonga::Table::KeySupport#delete}.
+  @Groonga::Table::KeySupport#delete@ accepts both ID and key. If passed
+  value is integer, it is handled as ID. But we can use @Int32@ as key.
+  In the case, we can't delete a record by key. Therefore, we added
+  @Groonga::Table::KeySupport#delete(id, :id => true)@ API. It introduces
+  a backward incompatibility, but it is OK because the current API is a
+  bug.
+
+h3. Thanks
+
+* Masafumi Yokoyama
+
 h2(#4-0-4). 4.0.4: 2014-08-29
 
 h3. Improvements
-------------- next part --------------
HTML����������������������������...
Download 



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