CHANGELOG in pg_search-0.2.2 vs CHANGELOG in pg_search-0.3
- old
+ new
@@ -1,12 +1,15 @@
-### 0.2.2
+### 0.3
- * Fix a compatibility issue between Ruby 1.8.7 and 1.9.3 when using Rails 2
- (James Badger)
+ * Drop Active Record 2.0 support.
-### 0.2.1
+ * Add PgSearch.multisearch for cross-model searching.
- * Backport support for searching against tsvector columns (Kris Hicks)
+ * Fix PostgreSQL warnings about truncated identifiers
+
+ * Support specifying a method of rank normalisation when using tsearch. (Arthur Gunn)
+
+ * Add :any_word option to :tsearch which uses OR between query terms instead of AND. (Fernando Espinosa)
### 0.2
* Set dictionary to :simple by default for :tsearch. Before it was unset,
which would fall back to PostgreSQL's default dictionary, usually