From: Jakub Kuczys Date: Fri, 23 Sep 2022 03:23:35 +0000 (+0200) Subject: Support version specifiers in GH action (#3265) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bfc013ab93d0993a6e24235291dddd4c4ecd64ee?ds=sidebyside;pf=etc Support version specifiers in GH action (#3265) Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com> --- diff --git a/CHANGES.md b/CHANGES.md index 0fa80ad..67d007c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,6 +47,9 @@ +- Update GitHub Action to support use of version specifiers (e.g. `<23`) for Black + version (#3265) + ### Documentation