GetStream / stream-ruby

Ruby Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
85 stars 32 forks source link

unfollow keep_history argument change not mentioned in changelog #130

Closed biinari closed 3 years ago

biinari commented 3 years ago

In version 4.0.0, the feed unfollow method signature changed from

unfollow(target_feed_slug, target_user_id, keep_history = false)

to

unfollow(target_feed_slug, target_user_id, keep_history: false)

Could the Changelog be retrospectively updated to mention this as a breaking change please?

gz#10769

ferhatelmas commented 3 years ago

remove_activity was also changed. Added into changelog. Thanks for your attention.

biinari commented 3 years ago

Fantastic, thanks!