From 28090fcbde04ebb3ea8cd23520fd46055325b3e8 Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Fri, 11 Oct 2024 15:20:56 -0400 Subject: [PATCH] Move state_opt_out note to changed section for bws --- crates/bws/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 4bed021da..70004afb0 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -12,13 +12,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added - The ability to edit unassigned secrets with direct permissions. (#906) -- A way to opt out of state by default with the new state_opt_out key (#930) - The `run` command, to run commands with secrets (#621) ### Changed - Updated MSRV `1.75.0` (#980) -- Use state files by default (#930) +- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. (#930) ### Removed