From 89cbeb66750673546cba62fcf3c29ae0efd946b9 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Fri, 9 May 2025 09:49:00 +0200 Subject: [PATCH] Fix NEXT_CHANGELOG syntax Follow up to https://github.com/databricks/cli/pull/2828 --- NEXT_CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index a9778fef57..e1de91e651 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -9,6 +9,6 @@ ### CLI ### Bundles -- Removed unused fields from resources.models schema: creation\_timestamp, last\_updated\_timestamp, latest\_versions and user\_id. Using them now raises a warning. +* Removed unused fields from resources.models schema: creation\_timestamp, last\_updated\_timestamp, latest\_versions and user\_id. Using them now raises a warning. ### API Changes