Skip to content

Commit 9ec871b

Browse files
authored
fix(changelog): move #1653 and #1637 from v14.0.0 to Unreleased (#1699)
### Change summary Moved two changelog entries from the v14.0.0 section to Unreleased, as both PRs were merged after v14.0.4 was tagged: - #1653 - feat(compute/build): Block version 1.93.0 of Rust - #1637 - feat(service/vcl): escape control characters when displaying VCL content All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/cli/pulls) for the same update/change? ### New Feature Submissions: * [x] Does your submission pass tests? ### Changes to Core Features: * [x] Have you written new tests for your core changes, as applicable? * [x] Have you successfully run tests with your changes locally? ### User Impact None. Documentation-only change to the changelog. ### Are there any considerations that need to be addressed for release? None.
1 parent 7cd87f2 commit 9ec871b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- feat(apisecurity/operations): add CRUD support for 'API Inventory' operations. [#1689](https://github.com/fastly/cli/pull/1689)
2020
- feat(apisecurity/tags): add API Security Operations tag support ([#1688](https://github.com/fastly/cli/pull/1688))
2121
- feat(service/version): add support for service validation. [#1695](https://github.com/fastly/cli/pull/1695)
22+
- feat(compute/build): Block version 1.93.0 of Rust to avoid a wasm32-wasip2 bug. ([#1653](https://github.com/fastly/cli/pull/1653))
23+
- feat(service/vcl): escape control characters when displaying VCL content for cleaner terminal output ([#1637](https://github.com/fastly/cli/pull/1637))
2224

2325
### Dependencies:
2426

@@ -145,9 +147,6 @@ both the old and new forms are:
145147
- feat(service/resourcelink): moved the `resource-link` commands under the `service` command, with an unlisted and deprecated alias of `resource-link` ([#1635](https://github.com/fastly/cli/pull/1635))
146148
- feat(service/logging): moved the `logging` commands under the `service` command, with an unlisted and deprecated alias of `logging` ([#1642](https://github.com/fastly/cli/pull/1642))
147149
- feat(service/auth): moved the `service-auth` commands under the `service` command and renamed to `auth`, with an unlisted and deprecated alias of `service-auth` ([#1643](https://github.com/fastly/cli/pull/1643))
148-
- feat(compute/build): Block version 1.93.0 of Rust to avoid a wasm32-wasip2 bug. ([#1653](https://github.com/fastly/cli/pull/1653))
149-
- feat(service/vcl): escape control characters when displaying VCL content for cleaner terminal output ([#1637](https://github.com/fastly/cli/pull/1637))
150-
151150
### Bug fixes:
152151

153152
- fix(docker): Use base image toolchain instead of reinstalling stable, which could pull in an unvalidated Rust version.

0 commit comments

Comments
 (0)