From b7345ea3a4a8f909a202eab1214a96b015699206 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 20 Aug 2018 00:19:57 +0900 Subject: [PATCH] Update CHANGES for PR #5297 --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a12755ebe..8cef65071 100644 --- a/CHANGES +++ b/CHANGES @@ -170,7 +170,8 @@ Features added * Add ``Config.read()`` classmethod to create a new config object from configuration file * #4866: Wrap graphviz diagrams in ``
`` tag -* Add :event:`viewcode-find-source` event to viewcode extension. +* viewcode: Add :event:`viewcode-find-source` and + :event:`viewcode-follow-imported` to load source code without loading * #4785: napoleon: Add strings to translation file for localisation * #4927: Display a warning when invalid values are passed to linenothreshold option of highlight directive