Skip to content

Commit

Permalink
Fix missing bracket in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Jun 11, 2021
1 parent 3a6f816 commit 4f64bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ v7.0.0 (2021-05-06)
[fix] Trailing rows from request streams using msnodesqlv8 driver fail to be emitted ([#1109](https://github.com/tediousjs/node-mssql/pull/1109))
[fix] Issue with geography v2 parsing resolve ([#1138](https://github.com/tediousjs/node-mssql/pull/1138))
[fix] Connection config objects are now deep cloned when stored against a connection pool ([#1217](https://github.com/tediousjs/node-mssql/pull/1217))
[removed] Support for connection uri format has been removed (eg: `mssql://user:password@host/?params=values`
[removed] Support for connection uri format has been removed (eg: `mssql://user:password@host/?params=values`)

v6.3.2 (2021-05-13)
-------------------
Expand Down

0 comments on commit 4f64bc4

Please sign in to comment.