Skip to content

Commit a2c8581

Browse files
committed
Update changelog for more details
1 parent 670e8b1 commit a2c8581

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
- Update min Ruby version to 2.5 and add 2.7 into CI
1515
- Add open graph scraper
1616
- Setup rubocop for static code analysis
17+
- Change signature of a couple of endpoints of feeds to modernize
18+
19+
```diff
20+
- def remove_activity(activity_id, foreign_id = false)
21+
+ def remove_activity(activity_id, foreign_id: false)
22+
23+
- def unfollow(target_feed_slug, target_user_id, keep_history = false)
24+
+ def unfollow(target_feed_slug, target_user_id, keep_history: false)
25+
```
1726

1827
## 2019-01-22 - 3.1.0
1928
- Add support for batch activity partial update

0 commit comments

Comments
 (0)