diff --git a/changelog.mdx b/changelog.mdx
index de466c06a..2b16d8a28 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,53 @@ rss: true
noindex: true
---
+
+
+ ## Workflow improvements
+
+ [Workflows](/agent/workflows) now include a redesigned creation flow, Slack notifications when workflows complete, and the ability to automerge pull requests automatically. A new `mintlify workflow` CLI command lets you trigger workflows locally.
+
+ ## Hungarian language support
+
+ Hungarian is now available as a [localization](/guides/internationalization) option for your documentation interface.
+
+ ## Localized navigation
+
+ Footer and navbar content can now be [localized](/guides/internationalization) per language, allowing you to customize navigation links for different audiences.
+
+ ## Editor improvements
+
+ - YouTube and Loom embeds can now be added directly from the slash command menu.
+ - Spellcheck is now enabled for text editing in the editor.
+
+ ## Analytics improvements
+
+ - Page views are now displayed on the [analytics](/optimize/analytics) page.
+ - Per-page feedback analytics show which pages receive the most user feedback.
+
+ ## MCP redirect domains
+
+ Configure allowed redirect domains for [MCP OAuth flows](/ai/model-context-protocol) directly from the dashboard.
+
+ ## Improvements
+
+ - Logo now links to the first page in the selected locale for better localization support.
+ - Redirects now use proper HTTP status codes (308 for permanent, 307 for temporary).
+ - Feedback analytics now properly filter thumbs-only responses.
+ - Dashboard layout improved with better responsive design.
+ - Footer is now hidden on custom pages for Mint, Maple, Willow, and Linden themes.
+
+ ## Bug fixes
+
+ - Fixed editor refresh issues when switching between files.
+ - Fixed search fallback behavior.
+ - Fixed PDF rendering style issues.
+ - Fixed editor popover component positioning.
+ - Fixed markdown file routes falling back to generated titles correctly.
+ - Fixed internal props leaking into rendered markdown.
+
+
+
## Auto-generate documentation from public repositories