diff --git a/changelog.mdx b/changelog.mdx
index 45f277f24..b57410550 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,51 @@ rss: true
noindex: true
---
+
+ ## Insights improvements
+
+ - Improved insights page with fixed date selectors for "today" and "yesterday"
+ - Enhanced feedback table with improved search functionality
+ - Added loading state for categories table
+
+ ## Assistant improvements
+
+ - Added assistant placement configuration in dashboard
+ - Improved assistant responses with fixes to context fetching and tool messages
+
+ ## API playground and OpenAPI enhancements
+
+ - Refactored API playground endpoint fields to use new schema graph for better performance
+ - Improved API examples display in playground modal even when assistant sidebar is open
+ - Fixed props adjacent to `$refs` and `x-` props getting lost in OpenAPI parsing
+ - Fixed API playground modal header styling
+
+ ## Web editor and deployment enhancements
+
+ - Restored manual create preview button for easier preview deployment creation
+ - Added fetcher in dashboard for branch protections data
+ - Added fetcher in dashboard for PR status tracking
+ - Improved editor state management, enabling state to persist across browser sessions
+ - Fixed disabled state for editor publish button
+ - Removed code block background in editor for cleaner appearance
+
+ ## Performance and infrastructure
+
+ - Implemented full Git sync in the web editor for better repository synchronization
+ - Cached MCP responses for improved performance
+ - Improved sitemap to normalize `/index` paths
+
+ ## Bug fixes and reliability
+
+ - Fixed authentication prefill values not getting properly prefilled in API playground
+ - Fixed custom meta tags from `seo.metatags` to survive client-side hydration
+ - Fixed page header text overflow with `break-all` styling
+ - Removed full width constraint for page size options
+ - Fixed button size for accept organization invitations
+ - Fixed keyboard shortcut display showing "Ctrl+I" without plus sign on non-macOS computers
+
+
+
## Assistant and AI improvements