14
0
2021-10-26 13:49:29 +00:00
committed by Git OBS Bridge
parent 2d87dd8f9a
commit 4f4a875d94
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Sep 26 07:22:08 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.28.0:
- don't rewrite old super calls for __new__
- fix super replacement of multiple lines
- Fix bug with calling different superclass method
- Revert "Revert "Merge pull request #317 from asottile/old_super""
This reverts commit 2719335fa7bdb582b35ac90547a0f763d4225036.
- fix raise_from with multi lines / trailing commas
- fix rewrite causing syntax error when the first arg has newlines
- fix invalid dedent with comment after block
-------------------------------------------------------------------
Fri Sep 24 19:39:14 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>