diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-27 22:08:54 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-27 22:08:54 +0900 |
commit | 6897b80fc4357ef99d2f5398d872f35e06c15af6 (patch) | |
tree | 8d8efbc4edf99c137b0f9d761d7df5f88dfbaf55 | |
parent | 6a0e83904a2c23a4d430ce124f5e34c3cd9fd916 (diff) | |
download | sphinx-git-6897b80fc4357ef99d2f5398d872f35e06c15af6.tar.gz |
Update CHANGES for PR #4491
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 -------- |