From 45bf98b611db2a21812dd7a03fbadf9a78087798 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Thu, 14 Mar 2024 16:03:24 +0000 Subject: [PATCH] doc(CHANGELOG): v10.8.7 (#1163) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f088d61..0f7f4019c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## [v10.8.7](https://github.com/fastly/cli/releases/tag/v10.8.7) (2024-03-14) + +**Bug fixes:** + +- fix(text): deref pointers [#1161](https://github.com/fastly/cli/pull/1161) +- fix(compute/serve): let wasm-tools fail more gracefully [#1160](https://github.com/fastly/cli/pull/1160) +- fix(compute/serve): support Windows [#1159](https://github.com/fastly/cli/pull/1159) + +**Enhancements:** + +- refactor: avoid duplicate path strings [#1162](https://github.com/fastly/cli/pull/1162) + ## [v10.8.6](https://github.com/fastly/cli/releases/tag/v10.8.6) (2024-03-12) **Dependencies:**