-
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.
Merge pull request #2264 from tgodzik/release-notes-1.5.15
docs: Add release notes for 1.5.15
- Loading branch information
Showing
1 changed file
with
24 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,24 @@ | ||
# bloop `v1.5.15` | ||
|
||
Bloop v1.5.15 is a bugfix release intended to fix a regression introduced in | ||
v1.5.14 that made it impossible to run Bloop on JDK 8. | ||
|
||
## Installing Bloop | ||
|
||
For more details about installing Bloop, please see | ||
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup)) | ||
|
||
## Merged pull requests | ||
|
||
Here's a list of pull requests that were merged: | ||
|
||
- Bugfix: revert logback to one still supporting JDK 8 [#2262] | ||
- Bugfix: Fix the location of downloaded artifacts [#2261] | ||
|
||
[#2262]: https://github.com/scalacenter/bloop/pull/2262 | ||
[#2261]: https://github.com/scalacenter/bloop/pull/2261 | ||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v1.5.14..v1.5.15`, the following | ||
people have contributed to this `v1.5.15` release: Tomasz Godzik. |