Skip to content

Commit

Permalink
Prepare for release 24.3.1 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Mar 30, 2024
1 parent 3d11d63 commit bf6f6f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log

## 24.3.1

New error codes:
* Y065: Don't use bare `Incomplete` in argument and return annotations.
* Y064: Use simpler syntax to define final literal types.
For example, use `x: Final = 42` instead of `x: Final[Literal[42]]`
* Y065: Don't use bare `Incomplete` in parameter and return annotations.

Bugfixes:
* Y090: Fix false positive for `tuple[Unpack[Ts]]`.
Expand Down

0 comments on commit bf6f6f6

Please sign in to comment.