Skip to content

Commit

Permalink
[5.8.2] Fixes to walkers.NodeWalker (#282)
Browse files Browse the repository at this point in the history
* [release] prepare
  • Loading branch information
apalala authored Jul 22, 2022
1 parent 0815d33 commit 5b0ea4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ The format of this *Change Log* is inspired by `keeapachangelog.org`_.

`X.Y.Z`_ @ 2022
---------------
.. _`X.Y.Z`: https://github.com/apalala/tatsu/compare/v5.8.1...master
.. _`X.Y.Z`: https://github.com/apalala/tatsu/compare/v5.8.2...master


`5.8.2`_ @ 2022-07-22
---------------------
.. _`5.8.2`: https://github.com/apalala/tatsu/compare/v5.8.1...v5.8.2

* Fix walker cache logic in ``NodeWalker`` (`@by-Exist`_)

Expand All @@ -25,7 +30,7 @@ The format of this *Change Log* is inspired by `keeapachangelog.org`_.
* Fix pickling of AST. The change also affects parsing within multiprocessing (`@fizbin`_)
* Fall back to ``repr()`` for types not handled by ``json`` (`@dnicolodi`_)
* Ensure there is exactly one method cache per Walker class
* Bug fixes, upgrades, and improvements by (`@dnicolodi`_)
* Bug fixes, upgrades, and improvements (`@dnicolodi`_)


`5.8.0`_ @ 2022-03-12
Expand Down
2 changes: 1 addition & 1 deletion tatsu/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.8.2b1'
__version__ = '5.8.2'

0 comments on commit 5b0ea4e

Please sign in to comment.