From f9d134abf93e5afa16a20f5f2641718b69e3e506 Mon Sep 17 00:00:00 2001 From: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:26:41 -0500 Subject: [PATCH] [SM-1175] Add sm-1175 to the bws changelog (#860) Add removal of deprecated commands to changelog --- crates/bws/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 25cec1164..447f7cad6 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Removed + +- The deprecated `action type` commands are now removed. Please use `type action` instead. (#836) + ## [0.5.0] - 2024-04-26 ### Added