Docs: note fix for class loader cache

This commit is contained in:
Mark Harrah 2013-06-20 14:28:05 -04:00
parent 5dc671c7f8
commit f5febfae0e
1 changed files with 1 additions and 0 deletions

View File

@ -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)