Skip to content

Commit 9cac0f8

Browse files
committed
Get ready for release 1.3.1
1 parent f1997fe commit 9cac0f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
1.3.1 2025-01-15
1+
1.3.1 2025-01-16
22
================
33

44
* Revise breakpoint handling; Breakpoints now use code objects, not (possibly ambiguous) function names
55
* Fix bugs in detecting when stopped at a `def` and in `nextlineno()`
66
* Better information when current frame is inside a builtin `eval` or `exec` call
77
* Fix some of the many disasm spec problems.
8-
* Go over "eval", "skip", "step", "jump" and "autoeval" documentation
8+
* Go over `eval`, `skip`, `step`, `jump` and `autoeval` documentation
99
* Guard against invalid frame indexing in backtrace
1010
* Suggest import when a function is not found in getting a location
1111
* Improve "info frame", for example opcode, add opcode source line
1212
* Allow breakpoints in a not-frozen module
13-
* Improve print_location handling via deparsing (in older Python versions*
13+
* Improve print_location handling via deparsing (in older Python versions)
1414
* Tolerate missing keys in settings lookup.
1515
* Temporary file name is now based on some of the deparsed text (when we can deparse)
1616

1717
1.3.0 2024-11-13
1818
================
1919

20-
* Less overhead and faster execution of "continue" and "next" (when
20+
* Less overhead and faster execution of `continue` and `next`(when
2121
possible) using improvements recently made to pytracer.
2222
* Support prompt-toolkit as an input interface. This is now the default
2323
on newer Pythons. Command completion is less featurefull than GNU readline

0 commit comments

Comments
 (0)