Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f1deeb

Browse files
author
Scala bot
committedOct 7, 2019
Update release notes for 0.3.7
1 parent e682d95 commit 8f1deeb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
## Scala Syntax (official) Changelog
22

3+
### 0.3.7 (2019/10/07 07:20 +00:00)
4+
- [a34b4d4](https://github.com/scala/vscode-scala-syntax/commit/a34b4d4d96c8e8ea4cf729bfac4fe15ab7cb74bb) Fix #62: Do not tag some classes as storage keywords (@nicolasstucki)
5+
- [25af05a](https://github.com/scala/vscode-scala-syntax/commit/25af05af5c5c9ce079dfa9da8af7deb7f7063f02) Fix #51: Support vals with multi-assignment (@nicolasstucki)
6+
- [6aa481b](https://github.com/scala/vscode-scala-syntax/commit/6aa481b435dd0fbb27d1c2e323cc3013d2ba3046) Update release notes for 0.3.6
7+
38
### 0.3.6 (2019/09/23 11:04 +00:00)
49
- [a3d8f36](https://github.com/scala/vscode-scala-syntax/commit/a3d8f36947f8d582f451ff56f8637bc7dcbb14bc) Stop illegal char after end of line (@nicolasstucki)
10+
- [aaa8332](https://github.com/scala/vscode-scala-syntax/commit/aaa833286c239c06dce74b33ea2a03efdc60b24f) Fix #45: Use npx to execute github-changes (@nicolasstucki)
511
- [643cbc3](https://github.com/scala/vscode-scala-syntax/commit/643cbc3156b3ef0ee19ab68345104a6fbc4ff814) Fix #57: Fix handling of scala.quoted opening quotes (@nicolasstucki)
612
- [666c463](https://github.com/scala/vscode-scala-syntax/commit/666c4637fcbf246154d2d334f247358d8fc7dcac) Fix #55: Add given imports syntax (@nicolasstucki)
713
- [505de8e](https://github.com/scala/vscode-scala-syntax/commit/505de8eb333f9b4399904067807dadeaded3a5e2) Update release notes for 0.3.5

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scala",
33
"displayName": "Scala Syntax (official)",
44
"description": "Official Scala Syntax",
5-
"version": "0.3.6",
5+
"version": "0.3.7",
66
"publisher": "scala-lang",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.