Skip to content

Commit

Permalink
Update release notes for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Scala bot committed Jun 29, 2020
1 parent b62aea4 commit 2e3629c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## Scala Syntax (official) Changelog

### 0.4.0 (2020/06/29 18:14 +00:00)
- [7f2f3f3](https://github.com/scala/vscode-scala-syntax/commit/7f2f3f34eaee47e3cd9d9004b374d49327359552) Regenerate Scala.tmLanguage.json (@nicolasstucki)
- [83acbc5](https://github.com/scala/vscode-scala-syntax/commit/83acbc5df6914b55d61b5967206cedf7bcea68cb) Use HTTPS (@nicolasstucki)
- [c445656](https://github.com/scala/vscode-scala-syntax/commit/c44565664193b37f063319c8c1d3466de5ba8c4b) Fix #84: Support with followed by a String literal (@nicolasstucki)
- [05a24a6](https://github.com/scala/vscode-scala-syntax/commit/05a24a615db6622ec99c5bccbf982d83b30728d4) Fix #68 and fix #77: End names on open brackets (@nicolasstucki)
- [2d32992](https://github.com/scala/vscode-scala-syntax/commit/2d32992549f191b0e4cf0a6f5efa5f831021c3d1) Support `extension on` (@nicolasstucki)
- [2f73059](https://github.com/scala/vscode-scala-syntax/commit/2f73059f67a6019343e3d966ac22ea43c0f64fb5) Support literals with underscores (@nicolasstucki)
- [0690707](https://github.com/scala/vscode-scala-syntax/commit/06907075c55d274aa114f1e30094e91c7ee3ad34) Support `extension` clause (@nicolasstucki)
- [81980d2](https://github.com/scala/vscode-scala-syntax/commit/81980d29fe1619a6d1935eda264f0406295a030d) Update README.md (@nicolasstucki)
- [3400412](https://github.com/scala/vscode-scala-syntax/commit/3400412da6a6b67191b3d473262c7e9058b85510) Fix #69: Do not use type definitions to highlight `.type` (@nicolasstucki)
- [280eeb2](https://github.com/scala/vscode-scala-syntax/commit/280eeb222c6147b74286f5a6a5a4f47bc05f364d) Update readme (@nicolasstucki)
- [059c9f4](https://github.com/scala/vscode-scala-syntax/commit/059c9f4817c8731455a717d5763db92ac8ab7524) Improve given imports (@nicolasstucki)
- [a67d959](https://github.com/scala/vscode-scala-syntax/commit/a67d95954f5e597190a0174c9e9275da1798eb74) Support `export` (@nicolasstucki)
- [cb5960e](https://github.com/scala/vscode-scala-syntax/commit/cb5960e6782a39c5258c867ce7eceecf93fce0ad) Fix #91: Support open classes (@nicolasstucki)
- [fb1cfbf](https://github.com/scala/vscode-scala-syntax/commit/fb1cfbfd3741bf348d0e6adac19f0395c5c8cd4f) Support `using` soft keyword (@nicolasstucki)
- [92832c8](https://github.com/scala/vscode-scala-syntax/commit/92832c87d844419691983639dcc1cd4b80021d2f) Fix #83: Match function extensions with (?=\\([^\\)]+=>) (@nicolasstucki)
- [e707aec](https://github.com/scala/vscode-scala-syntax/commit/e707aec9c9d6c2a456094a9e2772bb924075a9d2) Fix #83: Accept `extends` followed by a `(` (@nicolasstucki)
- [7e4af19](https://github.com/scala/vscode-scala-syntax/commit/7e4af19ac963017d7f8197630c2b699d5c2c36b3) Revert "Fix #75: Publish vsix files on release" (@nicolasstucki)
- [aa844fd](https://github.com/scala/vscode-scala-syntax/commit/aa844fd0486d4a7620b6b97e08c6a4e3308660d2) Revert "Fix #79: Fix travis.yml syntax" (@nicolasstucki)
- [4063ad8](https://github.com/scala/vscode-scala-syntax/commit/4063ad86f9da9fbc961e17967d21e3910da56da5) Fix #79: Fix travis.yml syntax (@nicolasstucki)
- [4231965](https://github.com/scala/vscode-scala-syntax/commit/4231965c6db95abd0cfffa8879968417acf6f5c6) Add badge (@nicolasstucki)
- [365c422](https://github.com/scala/vscode-scala-syntax/commit/365c422891d37e8f534129594c60375599b3fc0e) Fix #75: Publish vsix files on release (@anatoliykmetyuk)
- [f2ee8cc](https://github.com/scala/vscode-scala-syntax/commit/f2ee8cca5f2cfda940260a5f762daac6e528a6dc) Update release notes for 0.3.9

### 0.3.9 (2020/01/27 06:40 +00:00)
- [9a3fb4f](https://github.com/scala/vscode-scala-syntax/commit/9a3fb4fb689b256e4c4b10a56dfb15237f158836) Update .gitignore (@kiendang)
- [1906813](https://github.com/scala/vscode-scala-syntax/commit/19068130bf87eb0aec38ec286217b43ae85fdf8c) Update string interpolation highlighting (@kiendang)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "scala",
"displayName": "Scala Syntax (official)",
"description": "Official Scala Syntax",
"version": "0.3.9",
"version": "0.4.0",
"publisher": "scala-lang",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
Expand Down

0 comments on commit 2e3629c

Please sign in to comment.