From f5febfae0ef885d4e238d46f32c7fadaf9b09fb0 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 20 Jun 2013 14:28:05 -0400 Subject: [PATCH] Docs: note fix for class loader cache --- src/sphinx/Community/Changes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sphinx/Community/Changes.rst b/src/sphinx/Community/Changes.rst index adebeac20..9e2cd4592 100644 --- a/src/sphinx/Community/Changes.rst +++ b/src/sphinx/Community/Changes.rst @@ -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)