diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ad551497..7049b0a3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
             -d chrome
       - run: xvfb-run flutter pub run test -p vm,chrome,firefox
   macos:
-    name: webcrypto on macOS Chrome
+    name: webcrypto on macOS desktop / Chrome
     runs-on: macos-latest
     steps:
       - uses: actions/checkout@v3
@@ -67,7 +67,7 @@ jobs:
             -d chrome
       - run: flutter pub run test -p vm,chrome # TODO: Enable firefox if it works
   windows:
-    name: webcrypto on Windows Chrome / Firefox
+    name: webcrypto on Windows desktop / Chrome / Firefox
     runs-on: windows-latest
     steps:
       - uses: ilammy/setup-nasm@v1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8aa1c10e..68bd4648 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # 0.5.4
-* Add `topics` to pubspec.
+* Added MacOS desktop support.
+* Added Windows desktop support.
+* Additional API documentation.
+* Add `topics` to `pubspec.yaml`.
 
 # 0.5.3
 * Migrate to Flutter 3.0