diff NEWS @ 1282:7bccdd221e2b

Plugins can do REST calls to other plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 11:52:21 +0100
parents 8dac11c78d71
children 21ea32170764
line wrap: on
line diff
--- a/NEWS	Tue Feb 03 10:53:35 2015 +0100
+++ b/NEWS	Tue Feb 03 11:52:21 2015 +0100
@@ -15,10 +15,11 @@
 Plugins
 -------
 
-* Introspection of plugins
+* Introspection of plugins (cf. the "/plugins" URI)
 * Plugins can access the command-line arguments used to launch Orthanc
 * Plugins can extend Orthanc Explorer with custom JavaScript
 * Plugins can get/set global properties to save their configuration
+* Plugins can do REST calls to other plugins (cf. "xxxAfterPlugins()")
 * Scan of folders for plugins