diff --git a/CHANGELOG.md b/CHANGELOG.md index 2089f455..56d0a33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.5.11 (January 25, 2025) + +- Bug Fixes + - Fixed duplicated parameter tables in API documentation. + ## 2.5.10 (January 25, 2025) - Bug Fixes diff --git a/docs/overview/installation.md b/docs/overview/installation.md index b3a63536..e7bcf584 100644 --- a/docs/overview/installation.md +++ b/docs/overview/installation.md @@ -60,7 +60,7 @@ This will also install the required 3rd-party dependencies. !!! warning - Versions of `cmd2` before 0.8.9 should be considered to be of unstable "beta" quality and should not be relied upon for production use. If you cannot get a version >= 0.8.9 from your OS repository, then we recommend installing from either pip or GitHub - see [Pip Install](installation.md#pip_install) or [Install from GitHub](installation.md#github). + Versions of `cmd2` before 1.0.0 should be considered to be of unstable "beta" quality and should not be relied upon for production use. If you cannot get a version >= 0.8.9 from your OS repository, then we recommend installing from either pip or GitHub - see [Pip Install](installation.md#pip_install) or [Install from GitHub](installation.md#github). ## Upgrading cmd2