Skip to content

Commit

Permalink
Update readme and changelog (microsoft#1784)
Browse files Browse the repository at this point in the history
* Update readme and changelog

* update readme

Co-authored-by: Aditya Bist <[email protected]>
  • Loading branch information
kburtram and Aditya Bist authored Nov 4, 2020
1 parent cbac9c4 commit 894c541
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## Version 1.10.0
* Release date: November 4, 2020
* Release status: GA

## What's new in 1.10.0
* Azure Active Directory authentication support
* Accessibility improvements
* Fixes in SQL syntax colorization with comments
* Added new functions/keywords to SQL syntax highlighting
* Fixed keyboard shortcuts for results


### Contributions and "thank you"
* [@asottile](https://github.com/asottile) for `make SQL plist parseable xml (#1660)`
* [@KamasamaK](https://github.com/KamasamaK) for `Allow multiple whitespace between keywords (#1683)`
* [@sharechiwai ](https://github.com/sharechiwai) for `fixed README.md version 1.9.0 release date typo (#1757)`
* [@SJMakin](https://github.com/SJMakin ) for `Ammend sql.configuration.json to address syntax highlighting issue fo…`

## Version 1.9.0
* Release date: March 5, 2020
* Release status: GA
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,

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

## Version 1.10.0
* Release date: November 4, 2020
* Release status: GA

## What's new in 1.10.0
* Azure Active Directory authentication support
* Accessibility improvements
* Fixes in SQL syntax colorization with comments
* Added new functions/keywords to SQL syntax highlighting
* Fixed keyboard shortcuts for results

## Version 1.9.0
* Release date: March 5, 2020
* Release status: GA
Expand All @@ -37,7 +48,6 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,
* Fixed resizing messages pane causing double scrollbars to appear
* Fixed errors are not getting cleared when a file is closed


## Version 1.8.0
* Release date: December 16, 2019
* Release status: GA
Expand Down

0 comments on commit 894c541

Please sign in to comment.