diff NEWS @ 1595:e1e54a73ba8b

OrthancPluginRegisterRestCallbackNoLock, documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 14:58:58 +0200
parents 2bac60a4f584
children 415dfd1d1c61
line wrap: on
line diff
--- a/NEWS	Thu Aug 27 12:56:48 2015 +0200
+++ b/NEWS	Thu Aug 27 14:58:58 2015 +0200
@@ -25,6 +25,7 @@
 * New function "OrthancPluginWriteFile()" to write files to the filesystem
 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body
+* New function "OrthancPluginRegisterRestCallbackNoLock()" for high-performance plugins
 * Plugins have access to explicit error codes 
 
 Maintenance