Skip to content

Commit

Permalink
Update CHANGELOG with note about ScalacOptions being removed from `…
Browse files Browse the repository at this point in the history
…autoImport`
  • Loading branch information
DavidGregory084 authored Aug 1, 2023
1 parent af112be commit cc9330a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.
* The project now makes use of the [scalac-options](https://github.com/typelevel/scalac-options) library, so symbols relating to scalac options and their availability on differing Scala versions have been moved to the package `org.typelevel.scalacoptions`.

* All other symbols provided by this plugin have been moved to the `org.typelevel.sbt.tpolecat` package.

* The `ScalacOptions` object is no longer part of this plugin's `autoImport` symbols. You will need to explicitly `import org.typelevel.scalacoptions.ScalacOptions`.

* A Scalafix migration is available, and can be applied using the `github:` scheme, e.g.

Expand Down

0 comments on commit cc9330a

Please sign in to comment.