1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Use GitHub API to get correct PR submitter (#2791)

This commit is contained in:
cyqsimon
2023-12-01 19:18:10 +08:00
committed by GitHub
parent 96cef9a24e
commit 51203ff750
2 changed files with 9 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
- Upgrade to Rust 2021 edition #2748 (@cyqsimon)
- Refactor and cleanup build script #2756 (@cyqsimon)
- Checks changelog has been written to for PRs in CI #2766 (@cyqsimon)
- Use GitHub API to get correct PR submitter #2791 (@cyqsimon)
- Minor benchmark script improvements #2768 (@cyqsimon)
- Update and improve `zsh` completion, see #2772 (@okapia)