Skip to content

Commit 236a364

Browse files
committed
Added CHANGELOG entry
1 parent 8faa766 commit 236a364

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Changes
1212
* FIX: Fixed namespace bug when running ``kernprof -m`` on certain modules (e.g. ``calendar`` on Python 3.12+).
1313
* FIX: Fixed ``@contextlib.contextmanager`` bug where the cleanup code (e.g. restoration of ``sys`` attributes) is not run if exceptions occurred inside the context
1414
* ENH: Added CLI arguments ``-c`` to ``kernprof`` for (auto-)profiling module/package/inline-script execution instead of that of script files; passing ``'-'`` as the script-file name now also reads from and profiles ``stdin``
15+
* ENH: Made it possible to use multiple profiler instances simultaneously
1516

1617
4.2.0
1718
~~~~~

0 commit comments

Comments
 (0)