From 14ecc119ede85ccaf69f185b7efbd761e83a3bc9 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 20 Dec 2012 12:41:02 -0500 Subject: [PATCH] add fix for #620 to the 0.12.2 changes page --- src/sphinx/Community/Changes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sphinx/Community/Changes.rst b/src/sphinx/Community/Changes.rst index 2c91d4554..5b0dafcf8 100644 --- a/src/sphinx/Community/Changes.rst +++ b/src/sphinx/Community/Changes.rst @@ -21,8 +21,9 @@ Changes - Compare external binaries with canonical files (nau, gh-584) - Call System.exit after the main thread is finished. (Eugene V., gh-565) - Abort running tests on the first failure to communicate results back to the main process. (Eugene V., gh-557) -- Don't let rhs of alias fail the parse. (gh-572) +- Don't let the right side of the alias command fail the parse. (gh-572) - API extraction: handle any type that is annotated, not just the spec'd simple type. (gh-559) +- Don't try to look up the class file for a package. (gh-620) 0.12.0 to 0.12.1 ~~~~~~~~~~~~~~~~