Skip to content

Commit

Permalink
Mention classpath options in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed Mar 27, 2018
1 parent 8c8e2cf commit 6ea16fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions notes/v1.0.0-M8.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This is the eighth milestone of Bloop! :tada:

While we're working on ergonomics and making bloop easier to use by both users and build tools, this release is a hotfix of M7.

**This milestone of Bloop includes changes to the configuration files; you'll need to re-generate
your configuration files if you used a previous version of Bloop. See the [installation
instructions][installation instructions].**

## Install the latest release

If you're on Mac OS X, upgrade to the latest version with:
Expand Down Expand Up @@ -49,6 +53,16 @@ As reported in [this ticket](https://github.com/facebook/nailgun/issues/112).

This new release fixes this issue, and now the server doesn't throw any exception. While this is not something important because the logs of the nailgun server should not be relevant, it cleans up logs and limits users' confusion whehn using Bloop.

#### [Support for classpath options][#110]

Bloop now observes the `classpathOptions` setting defined in sbt builds. This setting configures how
the compilation classpath is constructed (whether to include the Scala compiler, automatically
append the Scala standard library, etc.)

This change requires that configuration files are re-generated. The instructions for generating the
configuration files can be found in [the installation instructions][installation instructions].

[#110]: https://github.com/scalacenter/bloop/pull/110
[#341]: https://github.com/scalacenter/bloop/pull/341
[#343]: https://github.com/scalacenter/bloop/pull/343
[#345]: https://github.com/scalacenter/bloop/pull/345
Expand Down

0 comments on commit 6ea16fa

Please sign in to comment.