diff NEWS @ 1593:235d89817b89

OrthancPluginGetErrorDescription
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 12:32:09 +0200
parents d73124f6b439
children 2bac60a4f584
line wrap: on
line diff
--- a/NEWS	Thu Aug 27 11:35:16 2015 +0200
+++ b/NEWS	Thu Aug 27 12:32:09 2015 +0200
@@ -22,6 +22,7 @@
 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers
 * New function "OrthancPluginReadFile()" to read files from the filesystem
 * New function "OrthancPluginWriteFile()" to write files to the filesystem
+* New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
 * Plugins have access to explicit error codes 
 
 Maintenance