diff options
| author | coqbot-app[bot] | 2021-04-16 15:54:04 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-16 15:54:04 +0000 |
| commit | f337187f0ac4c2062031225234fd23b436b979b5 (patch) | |
| tree | 8e367c5a3ea632487a1c805b04aa593c77225b1a /doc/changelog/05-tactic-language/13939-ltac2-open-constr-scope.rst | |
| parent | faafe565b942736acc940c8374914fe0284b0b3d (diff) | |
| parent | 650461653aa1d4bc47509f0a2c49c3a235fb6381 (diff) | |
Merge PR #13939: Allow scope delimiters in Ltac2 open_constr:(...) quotation.
Reviewed-by: JasonGross
Diffstat (limited to 'doc/changelog/05-tactic-language/13939-ltac2-open-constr-scope.rst')
| -rw-r--r-- | doc/changelog/05-tactic-language/13939-ltac2-open-constr-scope.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13939-ltac2-open-constr-scope.rst b/doc/changelog/05-tactic-language/13939-ltac2-open-constr-scope.rst new file mode 100644 index 0000000000..9753ce915b --- /dev/null +++ b/doc/changelog/05-tactic-language/13939-ltac2-open-constr-scope.rst @@ -0,0 +1,5 @@ +- **Added:** + Allow scope delimiters in Ltac2 open_constr:(...) quotation + (`#13939 <https://github.com/coq/coq/pull/13939>`_, + fixes `#12806 <https://github.com/coq/coq/issues/12806>`_, + by Pierre-Marie Pédrot). |
