File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,24 +17,28 @@ Semantic versioning in our case means:
1717 change the client facing API, change code conventions significantly, etc.
1818
1919
20- ## WIP
20+ ## 1.6.0
2121
2222### Features
2323
24+ - Adds ` python3.14 ` official support
2425- Allows walrus operator in ` WPS332 ` , #3505
2526- Forbids symmetric bitwise operations in ` WPS345 ` , #3593
2627- Adds ` WPS366 ` : forbid meaningless boolean operations, #3593
2728
2829### Bugfixes
2930
30- - Fixes false positive ` WPS457 ` for `` while True `` loop with `` await `` expressions, #3753
31- - Fixes the false positive ` WPS617 ` by assigning a function that receives a lambda expression as a parameter.
31+ - Fixes false positive ` WPS457 ` for `` while True `` loop
32+ with `` await `` expressions, #3753
33+ - Fixes the false positive ` WPS617 ` by assigning a function
34+ that receives a lambda expression as a parameter, #3597
3235- Fixes false positive ` WPS430 ` for whitelisted nested functions, #3589
3336- Fixes false positive ` WPS457 ` for ` while True ` nested in ` try/except ` , #3604
3437
3538### Removals
3639
37- - ** Breaking** : Removes ` WPS354 ` , because it is inconsistent with async code, #3601
40+ - ** Breaking** : Removes ` WPS354 ` , because it is inconsistent
41+ with async code, #3601
3842
3943
4044## 1.5.0
You can’t perform that action at this time.
0 commit comments