From e1398532e48f9fa323c867a3f05802030241b874 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Thu, 8 Mar 2012 00:25:15 +0100 Subject: [PATCH] changes --- ruby/CHANGELOG | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ruby/CHANGELOG b/ruby/CHANGELOG index 1d74fe60..ad835b39 100644 --- a/ruby/CHANGELOG +++ b/ruby/CHANGELOG @@ -1,3 +1,7 @@ +Thu Mar 08 00:18:44 +0100 2012 + * Ruby 1.9 compatibility + * This release is basically the same as the now obsolete jk-ferret 0.11.8.3 + Fri Oct 20 22:25:37 JST 2006 * Added Filter#bits method to built-in Filters. * Added MappingFilter < TokenFilter that can be used to map strings to other @@ -12,13 +16,13 @@ Fri Oct 13 09:18:31 JST 2006 ENGLISH_STOP_WORDS is a subset of FULL_ENGLISH_STOP_WORDS. Thu Oct 12 23:04:19 JST 2006 - * Fixed adding SortField to Sort object in Ruby. Garbage collection wasn't + * Fixed adding SortField to Sort object in Ruby. Garbage collection wasn't working. * Can now set :sort => SortField#new Tue Oct 10 14:42:17 JST 2006 * Fixed MultiTermDocEnum bug introduced in version 0.10.10 during - performance enhancements. + performance enhancements. * Added Filter#bits(index_reader) method to C implemented filters so that they can be used in Ruby.