diff --git a/docs/docs/Develop/install-custom-dependencies.mdx b/docs/docs/Develop/install-custom-dependencies.mdx index ff07b12e9..78f04d361 100644 --- a/docs/docs/Develop/install-custom-dependencies.mdx +++ b/docs/docs/Develop/install-custom-dependencies.mdx @@ -16,7 +16,7 @@ Add the dependency and version to `requirements.txt` on separate lines in the fo Restart Langflow Desktop to install the dependencies. -If you need to change or uninstall custom dependencies. edit the `requirements.txt` file, and then restart Langflow Desktop. +If you need to change or uninstall custom dependencies, edit the `requirements.txt` file, and then restart Langflow Desktop. ## Install custom dependencies in Langflow OSS diff --git a/docs/docs/Support/release-notes.mdx b/docs/docs/Support/release-notes.mdx index 4572700c7..3ce6ca615 100644 --- a/docs/docs/Support/release-notes.mdx +++ b/docs/docs/Support/release-notes.mdx @@ -3,10 +3,12 @@ title: Langflow release notes slug: /release-notes --- -This page summarizes significant changes to Langflow in each release. +This page summarizes significant changes to Langflow in each release. For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/releases/latest). +Due to strict SemVer requirements, Langflow Desktop can have different patch versions than the core Langflow OSS Python package, but the major and minor versions are aligned. + ## Prepare to upgrade :::important