comparison 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
comparison
equal deleted inserted replaced
123:5f0b7795afaf 124:35c0b2fc751c
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
4 * New configuration section "Python" to group settings related to the plugin:
5 - "Python.Path" is an alias for global option "PythonScript"
6 - "Python.Verbose" is an alias for global option "PythonVerbose"
7 * New configuration option "Python.DisplayMemoryUsage" to periodically
8 display memory allocations that stem from Python plugins
3 9
4 10
5 Version 4.0 (2022-02-23) 11 Version 4.0 (2022-02-23)
6 ======================== 12 ========================
7 13