Skip to content

Commit

Permalink
Merge pull request #166 from domcleal/410-prep
Browse files Browse the repository at this point in the history
Bump to 4.1.0
  • Loading branch information
domcleal authored Mar 29, 2017
2 parents f55e290 + 6382068 commit 5ce3ace
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ Please add an entry to the "Unreleased changes" section in your pull requests.

=== Unreleased changes

*Nothing yet*

=== Version 4.1.0

- Add support for ActiveRecord and ActionView 5.1
- Add support for Ruby 2.4
- Support calling `search_for` on an STI subclass, returning only records of the
subclass type.
subclass type. (#112)
- Inherited search definitions: when defining search fields on both STI parents
and subclasses, the subclass can now be searched on all fields, including
those inherited from the parent. Only works for STI classes.
those inherited from the parent. Only works for STI classes. (#135)
- Add 'tomorrow' and 'from now' keywords for searching future dates (#162)

=== Version 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/scoped_search/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ScopedSearch
VERSION = "4.0.0"
VERSION = "4.1.0"
end

0 comments on commit 5ce3ace

Please sign in to comment.