CHANGELOG.markdown in activity_feed-3.0.1 vs CHANGELOG.markdown in activity_feed-3.1.0

- old
+ new

@@ -1,6 +1,12 @@ # CHANGELOG +## 3.1.0 (2014-06-09) + +* Added `trim_to_size(user_id, size, aggregate = ActivityFeed.aggregate)` + to trim activity feed to a certain number of items. +* `trim_to(...)` is an alias for `trim_to_size(...)` + ## 3.0.1 (2013-07-17) More useful aliases: * `ActivityFeed.for` as an alias for `ActivityFeed.feed`