Skip to content

Commit

Permalink
add RecursionTable to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vsahni3 committed Nov 30, 2023
1 parent 7cd6fe1 commit bb790d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added new configuration option `allow-pylint-comments` to let users choose whether PythonTA should allow comments beginning with pylint: or not.
- `AccumulationTable` can now track variables initialized within the `for` loop. Prior, only variables initialized before the `for` loop could be tracked.
- `AccumulationTable` can now take in any accumulator expressions, for eg. `x * 2`, instead of just variables
- Created a `RecursionTable` context manager for recursive tracing using a tabular output

## [2.6.4] - 2024-11-10

Expand Down

0 comments on commit bb790d3

Please sign in to comment.