Skip to content

Commit

Permalink
VERSION 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Apr 2, 2013
1 parent 68285d3 commit e0d7409
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
= PgSearch

== 0.6.0

* Drop support for Active Record 3.0.

* Address warnings in Ruby 2.0.

* Remove all usages of sanitize_sql_array for future Rails 4 compatibility.

* Start using Arel internally to build SQL strings (not yet complete).

* Disable eager loading, fixes issue #14.

* Support named schemas in pg_search:multisearch:rebuild. (Victor Olteanu)

== 0.5.7

* Fix issue with eager loading now that the Scope class has been removed. (Piotr Murach)
Expand Down
2 changes: 1 addition & 1 deletion lib/pg_search/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PgSearch
VERSION = "0.5.7"
VERSION = "0.6.0"
end

0 comments on commit e0d7409

Please sign in to comment.