From 61ca4d0c333fe082f856427e84eb287f8ffc0d25 Mon Sep 17 00:00:00 2001 From: Prashanth Date: Fri, 30 Aug 2019 18:41:41 -0700 Subject: [PATCH] 83 -> 838 998 -> 988 Move some issues to added. Remove issues that weren't an issue with previous release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc8071..24c98b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ All notable changes to the "azure-cosmosdb" extension will be documented in this ## 0.10.3 - 2019-09-03 ### Fixed -- Better shell error handling, add mongo.shell.args setting [#1101](https://github.com/Microsoft/vscode-cosmosdb/issues/1101), [#1092](https://github.com/Microsoft/vscode-cosmosdb/issues/1092), [#1071](https://github.com/Microsoft/vscode-cosmosdb/issues/1071), [#998](https://github.com/Microsoft/vscode-cosmosdb/issues/998), [#83](https://github.com/Microsoft/vscode-cosmosdb/issues/83), [#820](https://github.com/Microsoft/vscode-cosmosdb/issues/820), [#1126](https://github.com/Microsoft/vscode-cosmosdb/issues/1126), [#1104](https://github.com/Microsoft/vscode-cosmosdb/issues/1104), [#1176](https://github.com/Microsoft/vscode-cosmosdb/issues/1176), [#1149](https://github.com/Microsoft/vscode-cosmosdb/issues/1149), [#1115](https://github.com/Microsoft/vscode-cosmosdb/issues/1115) +- Better shell error handling, add mongo.shell.args setting [#1101](https://github.com/Microsoft/vscode-cosmosdb/issues/1101), [#1092](https://github.com/Microsoft/vscode-cosmosdb/issues/1092), [#1071](https://github.com/Microsoft/vscode-cosmosdb/issues/1071), [#988](https://github.com/Microsoft/vscode-cosmosdb/issues/988), [#838](https://github.com/Microsoft/vscode-cosmosdb/issues/838), [#820](https://github.com/Microsoft/vscode-cosmosdb/issues/820) +- Increase mongo.shell.timeout default value [#1115](https://github.com/Microsoft/vscode-cosmosdb/issues/1115) - Change prompt message in onDidSaveTextDocument [#1021](https://github.com/Microsoft/vscode-cosmosdb/issues/1021) +### Added +- Allow users to pass arguments when starting mongo shell [#1104](https://github.com/Microsoft/vscode-cosmosdb/issues/1104), [#1126](https://github.com/Microsoft/vscode-cosmosdb/issues/1126) ## 0.10.2 - 2019-05-01 ### Fixed