aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-12 21:56:31 +0000
committerGitHub2020-11-12 21:56:31 +0000
commita10e7b3e470d1f944179c5bc7c85ec5a2c3c4025 (patch)
tree3aac7a949b5e609ee6de20d613462f09a9c9fe0b /dev
parentdedf3f475719c7d5d4afff1977294cf432e53ec2 (diff)
parent954f278034c8f95cbc889d1e74230979cde4f70d (diff)
Merge PR #13253: Change Dumpglob.pause and Dumpglob.continue into push and pop
Reviewed-by: gares Ack-by: SkySkimmer Ack-by: ejgallego
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/changes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index 6a6318f97a..5adeafaa38 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -30,6 +30,13 @@ Generic arguments:
- Generic arguments: `wit_var` is deprecated, use `wit_hyp`.
+Dumpglob:
+
+- The function `Dumpglob.pause` and `Dumpglob.continue` are replaced
+ by `Dumpglob.push_output` and `Dumpglob.pop_output`. This allows
+ plugins to temporarily change/pause the output of Dumpglob, and then
+ restore it to the original setting.
+
## Changes between Coq 8.11 and Coq 8.12
### Code formatting