Skip to content

Commit 90dfcfa

Browse files
authored
Update docs for 1.3.1 (#1080)
1 parent 8e9481c commit 90dfcfa

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## Version 1.3.1
4+
* Release date: April 10, 2018
5+
* Release status: GA
6+
7+
## What's new in this version
8+
* Fixed issue [#1036](https://github.com/Microsoft/vscode-mssql/issues/1036) where copy/pasting Unicode text can fail on Mac depending on the active locale environment variable
9+
* Fixed issue [#1066](https://github.com/Microsoft/vscode-mssql/issues/1066) RAND() function using GO N produces the same result
10+
* Syntax highlighting more closely matches SSMS for local variables, global system varaibles, unicode string literals, bracketed identifiers, and built in functions
11+
* Show all error messages instead of just the first one when query execution results in multiple errors
12+
13+
14+
### Contributions and "thank you"
15+
We would like to thank all our users who raised issues, and in particular the following users who helped contribute features or localization of the tool:
16+
* [@rhires](https://github.com/rhires) for updating and editing the Kerberos help documentation
17+
* [@zackschuster](https://github.com/zackschuster) for cleaning up the VS Code API wrapper to remove a deprecated function call
18+
* We would like to thank everyone who contributed to localization for this update and encourage more people to join our [open source community localization effort](https://github.com/Microsoft/Localization/wiki).
19+
320
## Version 1.3.0
421
* Release date: December 11, 2017
522
* Release status: GA

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,
2121

2222
<img src="https://github.com/Microsoft/vscode-mssql/raw/master/images/mssql-demo.gif" alt="demo" style="width:480px;"/>
2323

24+
## What's new in 1.3.1
25+
* Fixed issue [#1036](https://github.com/Microsoft/vscode-mssql/issues/1036) where copy/pasting Unicode text can fail on Mac depending on the active locale environment variable
26+
* Fixed issue [#1066](https://github.com/Microsoft/vscode-mssql/issues/1066) RAND() function using GO N produces the same result
27+
* Syntax highlighting more closely matches SSMS for local variables, global system varaibles, unicode string literals, bracketed identifiers, and built in functions
28+
* Show all error messages instead of just the first one when query execution results in multiple errors
29+
30+
31+
### Contributions and "thank you"
32+
We would like to thank all our users who raised issues, and in particular the following users who helped contribute features or localization of the tool:
33+
* [@rhires](https://github.com/rhires) for updating and editing the Kerberos help documentation
34+
* [@zackschuster](https://github.com/zackschuster) for cleaning up the VS Code API wrapper to remove a deprecated function call
35+
* We would like to thank everyone who contributed to localization for this update and encourage more people to join our [open source community localization effort](https://github.com/Microsoft/Localization/wiki).
36+
2437
## What's new in 1.3.0
2538
* Fixed an issue where peek definition and go to definition failed for stored procedures.
2639
* Improved performance for peek definition and go to definition.

0 commit comments

Comments
 (0)