README.markdown in by_star-0.7.0 vs README.markdown in by_star-0.7.1

- old
+ new

@@ -9,13 +9,18 @@ * A given week * A given weekend * A given day * The current weekend * The current work week +* The Past +* The Future * Between certain times * As of a certain time * Up to a certain time +* Before a specific record +* After a specific record +All methods return scopes. I love these. You love these. Everybody loves these. It also allows you to do nested finds on the records returned which I personally think is the coolest feature of the whole plugin: Post.by_month(1) do { :include => "tags", :conditions => ["tags.name = ?", 'ruby'] } \ No newline at end of file