Skip to content

Commit

Permalink
Fixed documentation of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed May 11, 2012
1 parent 8d8d2cc commit 0efa0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion History.txt
Expand Up @@ -2,7 +2,7 @@
Added Base.find_each which allows yielding of each result

4.1.0
ActiveFedora::Base.find() now supports filtering by solr fields (boolean OR).
ActiveFedora::Base.find() now supports filtering by solr fields (boolean AND).
* example: ModsAsset.find('title_t' => 'Song of Fire and Ice','author_t'=>['Agatha Christie', 'Dr. Seuss']
ActiveFedora::Base.find_with_conditions which is the replacement for ActiveFedora::Base.find_by_fields_by_solr (previously deprecated)
YAML configurations are loaded through ERB, allowing reference to evaluated Ruby or environment variables
Expand Down

0 comments on commit 0efa0fb

Please sign in to comment.