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)