diff --git a/changelog.mdx b/changelog.mdx
index de466c06a..a987c1e2b 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,40 @@ rss: true
noindex: true
---
+
+
+ ## Workflow templates
+
+ Create [workflows](/agent/workflows) faster with pre-built templates. Choose from templates for changelog generation, API docs sync, feature documentation drafts, broken link detection, SEO audits, and more. Templates include optimized prompts and trigger configurations to get you started quickly.
+
+ ## Notion MCP OAuth
+
+ The [Model Context Protocol](/ai/model-context-protocol) server now supports OAuth authentication with Notion. Connect your Notion workspace to give AI agents access to your Notion pages and databases when answering questions.
+
+ ## Hungarian language support
+
+ Added Hungarian (Magyar) as a supported [localization](/guides/internationalization) language. Configure `"locale": "hu"` in your `docs.json` to localize your documentation interface.
+
+ ## Improvements
+
+ - Embed YouTube and Loom videos directly from the editor slash command menu.
+ - Spellcheck enabled in the editor for code blocks and prompt components.
+ - Slack bot now uses native assistant status indicators for better visibility when processing requests.
+ - Improved search performance for authenticated documentation sites.
+ - Workflow creation flow redesigned with template selection and guided setup.
+
+ ## Bug fixes
+
+ - Fixed editor popover components not displaying correctly.
+ - Fixed editor refresh issues when switching between files.
+ - Fixed `.md` routes not generating proper page titles.
+ - Fixed PDF export styling issues.
+ - Fixed dashboard layout responsiveness on smaller screens.
+ - Fixed footer display on custom pages for Mint, Maple, Willow, and Linden themes.
+ - Fixed HTTP redirect status codes to use proper 308/307 responses.
+
+
+
## Auto-generate documentation from public repositories