This commit is contained in:
James Agnew 2016-09-18 16:10:12 -04:00
parent ae97165a0a
commit ff4e270ca4
1 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,13 @@
field, which is required in order for the bundle to pass validation.
Thanks to Richard Ettema for spotting this!
</action>
<action type="add">
Add a new method to the server interceptor framework which will be
called after all other processing is complete (useful for performance
tracking). The server LoggingInterceptor has been switched to using this
method which means that log lines will be created when processing is finished,
instead of when it started.
</action>
</release>
<release version="2.0" date="2016-08-30">
<action type="fix">