X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3501cefb09eb8448bd82287840c9093f10c25299..b97ec62368ac57b29a0ccd5fc68ba875418eb8cc:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 9208be7..0452f18 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,9 @@ (#2686) - No longer color diff headers white as it's unreadable in light themed terminals (#2691) +- Tuple unpacking on `return` and `yield` constructs now implies 3.8+ (#2700) +- Unparenthesized tuples on annotated assignments (e.g + `values: Tuple[int, ...] = 1, 2, 3`) now implies 3.8+ (#2708) ## 21.12b0