summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-27 22:08:54 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-27 22:08:54 +0900
commit6897b80fc4357ef99d2f5398d872f35e06c15af6 (patch)
tree8d8efbc4edf99c137b0f9d761d7df5f88dfbaf55
parent6a0e83904a2c23a4d430ce124f5e34c3cd9fd916 (diff)
downloadsphinx-git-6897b80fc4357ef99d2f5398d872f35e06c15af6.tar.gz
Update CHANGES for PR #4491
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 22a5f5936..f4d28a243 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,7 @@ Bugs fixed
* #4415: autodoc classifies inherited classmethods as regular methods
* #4415: autodoc classifies inherited staticmethods as regular methods
* #4472: DOCUMENTATION_OPTIONS is not defined
+* #4491: autodoc: prefer _MockImporter over other importers in sys.meta_path
Testing
--------