mirror of https://github.com/sbt/sbt.git
Docs: note fix for class loader cache
This commit is contained in:
parent
5dc671c7f8
commit
f5febfae0e
|
|
@ -19,6 +19,7 @@ The changes for 0.13.0 are listed on a separate page. See
|
|||
- Include files with zip extension in unmanaged jars. (gh-750)
|
||||
- Only add automatically detected plugins to options once. (gh-757)
|
||||
- Properly handle failure in a multi-command that includes ``reload``. (gh-732)
|
||||
- Fix unsynchronized caching of Scala class loaders that could result in Scala classes being loaded in multiple class loaders.
|
||||
- Incremental compiler: remove resident compiler code (wasn't used and was a compatibility liability)
|
||||
- Incremental compiler: properly track ``abstract override`` modifier. (gh-726)
|
||||
- Incremental compiler: do not normalize types in the api extraction phase. (gh-736)
|
||||
|
|
|
|||
Loading…
Reference in New Issue