diff --git a/source/release-notes.txt b/source/release-notes.txt index 80550561a..faa602558 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -13,6 +13,27 @@ Release Notes :depth: 1 :class: twocols +|compass| 1.46.2 +---------------- + +*Released May 9, 2025* + +New Features: + +- Allow users to disable dbStats and collStats in application preferences + (:issue:`COMPASS-5387`) +- Add an error modal for viewing document validation error details + (:issue:`COMPASS-8868`) +- Use an iterable cursor for schema analysis (:issue:`COMPASS-9150`, :issue:`COMPASS-9315`) + + +Bug Fixes: + +- Disable spellcheck to prevent network traffic in isolated mode (:issue:`COMPASS-8166`) + +`Full Changelog available on Github +`__ + |compass| 1.46.1 ----------------