I am creating posts for my plugins to make it easier to find them using the forum search and not just the docs search.
Add the section to your blueprint.
site/blueprints/default.yml
sections:
recmodByUser:
type: recentlymodified
headline: Your Recently Modified Pages
The plugin comes with a default query that shows the most recent changes made by the currently logged in user. But you can define any other query you like.
v1.2 adds a field that you can add to your page blueprints to see which user modified the page most recently. you can also set an interval for the field to update if you have multiple editors working at the same time.