I'm working on a plugin that edits release notes. If you set the sReleaseNotes and call Commit() on the CBug, it creates a change-line with the new value for the field, but no label like you do when you edit in the UI:

Additionally, adding release notes is an atomic action in the web UI. You can do it without a full edit. In the Plugin APIs, you need to commit the case, resulting in more lines of code, this messed-up change-line, and the sVerb in the BugEvent table is "Edited" instead of "ReleaseNoted"
Please add a method, CBug.SetReleaseNotes(string sReleaseNotes) which performs the commit and sets the right sVerb.