diff NEWS @ 135:69c9e376b73e OrthancPython-4.1

OrthancPython-4.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2023 14:49:25 +0200
parents c55b0583084b
children cc0765aae484
line wrap: on
line diff
--- a/NEWS	Wed Aug 30 14:46:39 2023 +0200
+++ b/NEWS	Wed Aug 30 14:49:25 2023 +0200
@@ -1,7 +1,11 @@
 Pending changes in the mainline
 ===============================
 
-* New functions from the SDK wrapped in Python:
+
+Version 4.1 (2023-08-30)
+========================
+
+* New function from the SDK wrapped in Python:
   - orthanc.RegisterStorageCommitmentScpCallback()
 * New configuration section "Python" to group settings related to the plugin:
   - "Python.Path" is an alias for global option "PythonScript"
@@ -12,8 +16,8 @@
 Maintenance
 -----------
 
-* Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling methods,
-  in IncomingHttpRequestFilter and in the CMove callback.
+* Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling
+  methods, in IncomingHttpRequestFilter and in the CMove callback.
 * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11