Skip to content

Commit

Permalink
[doc] update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Dec 9, 2021
1 parent e9245da commit d774c1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changelog
=========

0.10.1 (2021-12-08)
-----------------

- bug fix: in "a._" the "._" part was incorrectly recognized as a float, by bram

0.10 (2021-12-08)
-----------------

- bug fix: baron is now able to parse "class A(b, c=d): pass"
- bug fix: baron is now able to parse "class A(b, c=d): pass" by bram
- some project cleaned and integration of tox with good pratices like flake8 and check-manifest
- bug fix for missing edge case in inner formatting by EhsanKia https://github.com/PyCQA/baron/pull/156
- complet support for float with underscores in them by tamentis https://github.com/PyCQA/baron/pull/157
Expand Down

0 comments on commit d774c1a

Please sign in to comment.