diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 40b8e911a..a9b052c01 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -98,7 +98,7 @@ jobs: steps: - name: WSL setup - uses: Vampire/setup-wsl@v2 + uses: Vampire/setup-wsl@v3 with: distribution: Ubuntu-22.04 update: "true" diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f24d7d9..5de75914c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] -- Addeded a micro second clock in the client (@iceman1001) +- Updated windows workflow to use latest setup-wsl script (@iceman1001) +- Added a micro second clock in the client (@iceman1001) - Fix `hf mfdes read` - buffer overflow when reading large files (@iceman1001) - Changed `hf 15 csetuid` - now supports gen2 command (@iceman1001) - Changed `hf mfp info` - to identify Ev2 (@iceman1001)