Changes
This commit is contained in:
parent
ae97165a0a
commit
ff4e270ca4
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue