We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20957ca commit db64b01Copy full SHA for db64b01
CHANGELOG.rst
@@ -2,6 +2,15 @@
2
Changelog
3
=========
4
5
+3.0.0 (2023-10-22)
6
+~~~~~~~~~~~~~~~~~~
7
+
8
+* Added support for ``__context__``, ``__suppress_context__`` and ``__notes__``.
9
+ Contributed by Tim Maxwell in `#72 <https://github.com/ionelmc/python-tblib/pull/72>`_.
10
+* Added the ``get_locals`` argument to ``tblib.pickling_support.install()``, ``tblib.Traceback`` and ``tblib.Frame``.
11
+ Fixes `#41 <https://github.com/ionelmc/python-tblib/issues/41>`_.
12
+* Dropped support for now-EOL Python 3.7 and added 3.12 in the test grid.
13
14
2.0.0 (2023-06-22)
15
~~~~~~~~~~~~~~~~~~
16
0 commit comments