-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# bloop `v1.4.7` | ||
|
||
Bloop v1.4.7 is a bugfix release. | ||
|
||
## Installing Bloop | ||
|
||
For more details about installing Bloop, please see [Bloop's Installation | ||
Guide][install-guide] | ||
|
||
## Merged pull requests | ||
|
||
Here's a list of pull requests that were merged: | ||
|
||
- Handle jvmOptions without -J prefix in debugSession/start request [#1455] | ||
- Fix for autocompletion carriage-return problem in Windows [#1443] | ||
- Fix issues when starting console within workspaces that include a space | ||
[#1451] | ||
- Bump actions/download-artifact from v2.0.7 to v2.0.8 [#1449] | ||
- Update coursier to 2.0.9 [#1446] | ||
- Update Scala Native to 0.4.0 [#1445] | ||
- Gradle enhancements [#1442] | ||
- Add ScalaInstance top class loader [#1439] | ||
- Don't show message about unsupported Scala version for Scala 3 [#1438] | ||
- Bump actions/setup-node from v1 to v2.1.4 [#1435] | ||
- Bump actions/download-artifact from v2.0.6 to v2.0.7 [#1436] | ||
- Fix issues with meta builds not resolving sbt artifacts [#1433] | ||
- Change the semanticdb flag to -Xsemanticdb starting from 3.0.0-M3 [#1432] | ||
- Bump ini from 1.3.5 to 1.3.7 in /website [#1431] | ||
- Remove outdated comment [#1429] | ||
- Support Scala.js 1.x where x > 0 [#1423] | ||
- Remove wrong user settings and an unsupported dependency for homebrew [#1428] | ||
- Update brew formula to fix a warning [#1422] | ||
|
||
[#1455]: https://github.com/scalacenter/bloop/pull/1455 | ||
[#1443]: https://github.com/scalacenter/bloop/pull/1443 | ||
[#1451]: https://github.com/scalacenter/bloop/pull/1451 | ||
[#1449]: https://github.com/scalacenter/bloop/pull/1449 | ||
[#1446]: https://github.com/scalacenter/bloop/pull/1446 | ||
[#1445]: https://github.com/scalacenter/bloop/pull/1445 | ||
[#1442]: https://github.com/scalacenter/bloop/pull/1442 | ||
[#1439]: https://github.com/scalacenter/bloop/pull/1439 | ||
[#1438]: https://github.com/scalacenter/bloop/pull/1438 | ||
[#1435]: https://github.com/scalacenter/bloop/pull/1435 | ||
[#1436]: https://github.com/scalacenter/bloop/pull/1436 | ||
[#1433]: https://github.com/scalacenter/bloop/pull/1433 | ||
[#1432]: https://github.com/scalacenter/bloop/pull/1432 | ||
[#1431]: https://github.com/scalacenter/bloop/pull/1431 | ||
[#1429]: https://github.com/scalacenter/bloop/pull/1429 | ||
[#1423]: https://github.com/scalacenter/bloop/pull/1423 | ||
[#1428]: https://github.com/scalacenter/bloop/pull/1428 | ||
[#1422]: https://github.com/scalacenter/bloop/pull/1422 | ||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v1.4.6..v1.4.7`, the following people | ||
have contributed to this `v1.4.7` release: Tomasz Godzik, Arthur McGibbon, | ||
Lorenzo Gabriele, dependabot[bot], Adrien Piquerez, Jakub Kozłowski, philwalk. |