diff --git a/changelog.mdx b/changelog.mdx
index bd059b390..028a6cab8 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,17 @@ rss: true
noindex: true
---
+
+ ## .mintignore support
+
+ - Added `.mintignore` file support to exclude specific files and directories from being processed and published to your documentation site.
+ - Uses the same pattern syntax as `.gitignore` for familiar configuration.
+ - Excluded files don't appear in published docs, aren't indexed for search, and aren't accessible to visitors.
+
+ Learn more in the [.mintignore documentation](/organize/mintignore).
+
+
+
## Vale version upgrade