Provide the reason why a document is out of date in all cases (#11572)

This commit is contained in:
Eric Larson
2023-08-10 19:12:44 -04:00
committed by GitHub
parent e7cd97e9f4
commit 7758e01623
2 changed files with 17 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ Features added
Patch by Rouslan Korneychuk.
* #10938: doctest: Add :confval:`doctest_show_successes` option.
Patch by Trey Hunner.
* #11572: Improve ``debug`` logging of reasons why files are detected as out of
date.
Patch by Eric Larson.
Bugs fixed
----------