From b79f56c4236d27f0f47680774feb5a5e68fbe624 Mon Sep 17 00:00:00 2001 From: BushGommern <614984972@qq.com> Date: Fri, 2 Jan 2026 10:59:45 +0800 Subject: [PATCH] Add 'What's New' section to README Added a add link to releases for recent updates. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6726d3d3a40f6..ae3cedd725901 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ To improve your LLM application development, pair LangChain with: - [LangSmith Deployment](https://docs.langchain.com/langsmith/deployments) – Deploy and scale agents effortlessly with a purpose-built deployment platform for long-running, stateful workflows. Discover, reuse, configure, and share agents across teams – and iterate quickly with visual prototyping in [LangSmith Studio](https://docs.langchain.com/langsmith/studio). - [Deep Agents](https://github.com/langchain-ai/deepagents) *(new!)* – Build agents that can plan, use subagents, and leverage file systems for complex tasks +## What's New + +LangChain is under active development. For the latest updates, release notes, and breaking changes, +please refer to the official [Releases page](https://github.com/langchain-ai/langchain/releases). + ## Additional resources - [API Reference](https://reference.langchain.com/python) – Detailed reference on navigating base packages and integrations for LangChain.