diff options
| author | coqbot-app[bot] | 2020-11-12 21:56:31 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-12 21:56:31 +0000 |
| commit | a10e7b3e470d1f944179c5bc7c85ec5a2c3c4025 (patch) | |
| tree | 3aac7a949b5e609ee6de20d613462f09a9c9fe0b /dev/doc | |
| parent | dedf3f475719c7d5d4afff1977294cf432e53ec2 (diff) | |
| parent | 954f278034c8f95cbc889d1e74230979cde4f70d (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/doc')
| -rw-r--r-- | dev/doc/changes.md | 7 |
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 |
