@freelensia Indeed, there has been a few additions:
- some small copy text updates: https://github.com/sharetribe/sharetribe/pull/3299
- ability to edit reviews: https://github.com/sharetribe/sharetribe/pull/3422
- search reviews: https://github.com/sharetribe/sharetribe/pull/3537 and https://github.com/sharetribe/sharetribe/pull/3571
- filter reviews: https://github.com/sharetribe/sharetribe/pull/3589
- ability to unskip reviews: https://github.com/sharetribe/sharetribe/pull/3857
- link to the detailed transaction view for admins: https://github.com/sharetribe/sharetribe/pull/3998
I’ve found all of these with a simple search: https://github.com/sharetribe/sharetribe/pulls?q=is%3Apr+reviews, and that should be all. But if you want to be extra safe, you can check the git history or git blame for the review controller and view.
Hopefully this helps.