diff --git a/changelog/unreleased/issue-3090 b/changelog/unreleased/issue-3090
new file mode 100644
index 000000000..249342127
--- /dev/null
+++ b/changelog/unreleased/issue-3090
@@ -0,0 +1,6 @@
+Bugfix: --use-fs-snapshot failed on windows/386
+
+restic failed to create VSS snapshots on windows/386 because of invalid API calls.
+
+https://github.com/restic/restic/issues/3087
+https://github.com/restic/restic/pull/3090