diff NEWS @ 1455:a68545767975

Initialize() and Finalize() events in Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 15:17:19 +0200
parents a3efc289ec07
children d659b6a4e736
line wrap: on
line diff
--- a/NEWS	Thu Jul 02 12:30:55 2015 +0200
+++ b/NEWS	Thu Jul 02 15:17:19 2015 +0200
@@ -14,7 +14,7 @@
 
 * Access to the REST API of Orthanc (RestApiGet, RestApiPost, RestApiPut, RestApiDelete)
 * Functions to convert between Lua values and JSON strings: "ParseJson" and "DumpJson"
-* New events: "OnStablePatient", "OnStableStudy", "OnStableSeries"
+* New events: "OnStablePatient", "OnStableStudy", "OnStableSeries", "Initialize", "Finalize"
 
 Plugins
 -------