Skip to content

Commit

Permalink
Update changelog for PR 164
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Dec 8, 2019
1 parent 4511e15 commit 6fb3667
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Bug fixes
.. _`Issue 153`: https://github.com/berkerpeksag/astor/issues/153
.. _`PR 155`: https://github.com/berkerpeksag/astor/pull/155

* Fixed :func:`astor.to_source` incorrectly checking whether *source_generator_class* is a subclass of :class:`astor.code_gen.SourceGenerator`

.. _`PR 164`: https://github.com/berkerpeksag/astor/pull/164


0.8.0 - 2019-05-19
------------------

Expand Down Expand Up @@ -87,7 +92,7 @@ Bug fixes
* Fixed :class:`astor.tree_walk.TreeWalk` when attempting to access attributes
created by Python's type system (such as ``__dict__`` and ``__weakref__``)
(Reported and fixed by esupoff in `Issue 136`_ and `PR 137`_.)

.. _`Issue 136`: https://github.com/berkerpeksag/astor/issues/136
.. _`PR 137`: https://github.com/berkerpeksag/astor/pull/137

Expand Down

0 comments on commit 6fb3667

Please sign in to comment.