From a504f72eeaf44cf9df3bcca35fe3e87fc7363444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 03:04:10 +0000 Subject: [PATCH] Update changelog (#759) Co-authored-by: mcasimir <334881+mcasimir@users.noreply.github.com> --- CHANGELOG.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc003b029..af0aab317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [v1.6.1](https://github.com/mongodb-js/vscode/releases/tag/untagged-7a1aaadb94bbf00b9776) - null + +Edit the release notes before publishing. + + ## [v1.6.0](https://github.com/mongodb-js/vscode/releases/tag/v1.6.0) - 2024-04-23 ## What's Changed @@ -440,18 +445,3 @@ To dig deeper please feel free to follow the links mentioned below: - Fixed indexes expanded state caching in the connection explorer panel tree view -## [v0.1.1](https://github.com/mongodb-js/vscode/releases/tag/v0.1.1) - 2020-08-10 - -### Added - -- Added a search for documents playground shortcut in the tree explorer view -- Added a copy field name right click action in a collection's schema in the tree explorer view -- Added a document count for a collection in the tree view (with hover tooltip for the full count) -- Added the ability to change the current connection when in an open playground file by using the codelens on the first line of the playground - -### Changed - -- Allow connecting to a new connection while already connecting to another connection -- Allow removing a new connection while it is connecting - -