Skip to content

Commit

Permalink
Get ready for release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 16, 2025
1 parent f1997fe commit 9cac0f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
1.3.1 2025-01-15
1.3.1 2025-01-16
================

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

1.3.0 2024-11-13
================

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

0 comments on commit 9cac0f8

Please sign in to comment.