diff NEWS @ 1065:921532f67770

Lua scripts can invoke system commands, with CallSystem()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jul 2014 16:59:33 +0200
parents 0332e6e8c679
children b630faa3a64f
line wrap: on
line diff
--- a/NEWS	Fri Jul 25 16:13:36 2014 +0200
+++ b/NEWS	Fri Jul 25 16:59:33 2014 +0200
@@ -8,7 +8,12 @@
 * Access patient module at the study level to cope with PatientID collisions
 * On-the-fly conversion of JSON to XML according to the HTTP Accept header
 * C-Echo SCU in the REST API
+
+Lua scripts
+-----------
+
 * Lua scripts can do HTTP requests, and thus can call Web services
+* Lua scripts can invoke system commands, with CallSystem()
 
 Plugins
 -------