We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670e8b1 commit a2c8581Copy full SHA for a2c8581
1 file changed
CHANGELOG.md
@@ -14,6 +14,15 @@
14
- Update min Ruby version to 2.5 and add 2.7 into CI
15
- Add open graph scraper
16
- 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
+```
26
27
## 2019-01-22 - 3.1.0
28
- Add support for batch activity partial update
0 commit comments