Mercurial > hg > orthanc-python
diff NEWS @ 124:35c0b2fc751c fix-leak
added configuration section "Python" and option "DisplayMemoryUsage"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2023 10:09:37 +0200 |
parents | 80f3a034d47f |
children | c55b0583084b |
line wrap: on
line diff
--- a/NEWS Wed Aug 30 08:14:21 2023 +0200 +++ b/NEWS Wed Aug 30 10:09:37 2023 +0200 @@ -1,6 +1,12 @@ Pending changes in the mainline =============================== +* New configuration section "Python" to group settings related to the plugin: + - "Python.Path" is an alias for global option "PythonScript" + - "Python.Verbose" is an alias for global option "PythonVerbose" +* New configuration option "Python.DisplayMemoryUsage" to periodically + display memory allocations that stem from Python plugins + Version 4.0 (2022-02-23) ========================