From 8a882d66caf0bbfe7ac660e24e0f99dcffcd14f7 Mon Sep 17 00:00:00 2001 From: Daria Date: Thu, 15 Jan 2026 10:02:24 +0200 Subject: [PATCH] feat(History Docs): Add info about workflow settings not stored in history (#4103) Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com> --- docs/workflows/history.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/workflows/history.md b/docs/workflows/history.md index 1be72b89f..bfe10cc40 100644 --- a/docs/workflows/history.md +++ b/docs/workflows/history.md @@ -22,6 +22,8 @@ n8n creates a new version when you: * Restore an old version. n8n saves the latest version before restoring. * Pull from a Git repository using [Source control](/source-control-environments/index.md). Note that n8n saves versions to the instance database, not to Git. + Changes to workflow settings do not create a new version. + /// note | Workflow history and execution history Don't confuse workflow history with the [Workflow-level executions list](/workflows/executions/single-workflow-executions.md).