From 1799aa33f97b678c994087767a2924eaf17277f4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 25 Jan 2026 08:24:34 +0100 Subject: [PATCH] docs: add "why update?" section --- docs/updating.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/updating.md b/docs/updating.md index 1c8795802..8f5438b82 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -6,6 +6,12 @@ To update your freqtrade installation, please use one of the below methods, corr Breaking changes / changed behavior will be documented in the changelog that is posted alongside every release. For the develop branch, please follow PR's to avoid being surprised by changes. +## Why update? + +Keeping your bot updated not only ensures that you have the latest features and improvements, but is a requirement to keep your bot running smoothly. +Freqtrade is heavily dependent on the underlying exchange API's, which change pretty frequently if considered across exchanges. +To ensure ongoing compatibility, please make sure to update your bot regularly. + ## Docker !!! Note "Legacy installations using the `master` image"