diff NEWS @ 1773:613df4362575

New UpdatedAttachment and UpdatedMetadata events in plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Nov 2015 15:24:23 +0100
parents 53e045b5a8ec
children c24dac8c1d4e
line wrap: on
line diff
--- a/NEWS	Thu Nov 12 14:36:27 2015 +0100
+++ b/NEWS	Thu Nov 12 15:24:23 2015 +0100
@@ -17,7 +17,8 @@
 
 * New function "OrthancPluginRegisterErrorCode()" to declare custom error codes
 * New function "OrthancPluginRegisterDictionaryTag()" to declare custom DICOM tags
-* New "OrthancStarted" and "OrthancStopped" events in change callbacks
+* New "OrthancStarted", "OrthancStopped", "UpdatedAttachment" 
+  and "UpdatedMetadata" events in change callbacks
 
 Lua
 ---