sure.
I have a plugin which is registered on task(tried other activities, too) PreOperation-Update.
The plugin is updating some attributes (doesnt matter which one) but these changes are not updating the record in ce.
After the update the modified fields (inside the plugin) have the same old value.
The Plugin worked well for many month and suddenly it stopped working.
I had another plugin on email where I modified the title and body. This was also working well till 1-2 Month ago.
And this has nothing to do which a specific version, its the same problem everywhere I use the plugin.
What I also noticed:
When I mark a task to be completed my update-plugin doesnt get triggered but the actualend was updated from the system.
I thought no matter where someone updates an attribute: if a plugin is registered on update it will get notified about that change..