diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f27642b..23a3bb715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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