Get ready for release 3.5.1

This commit is contained in:
rocky
2019-11-17 19:50:59 -05:00
parent daa424cf0c
commit 2cfc60fbd7
4 changed files with 16 additions and 3 deletions

12
NEWS.md
View File

@@ -1,3 +1,15 @@
3.5.1 2019-10-29 JNC
====================
- Pypy 3.3, 3.5, 3.6, and 3.6.9 support
- Improve 3.0 decompilation
- no parse errors on stlib bytecode. However accurate translation in
control-flow and and/or detection needs work
- Remove extraneous iter() in "for" of list comprehension Fixes #272
- "for" block without a POP_BLOCK and confusing JUMP_BACK for CONTINUE. Fixes #293
- Fix unmarshal incompletness detected in Pypy 3.6
- Miscellaneous bugs fixed
3.5.0 2019-10-12 Stony Brook Ride
=================================