aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/08-cli-tools/13876-coqc+no_multiple_files.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/08-cli-tools/13876-coqc+no_multiple_files.rst b/doc/changelog/08-cli-tools/13876-coqc+no_multiple_files.rst
new file mode 100644
index 0000000000..e48b772f01
--- /dev/null
+++ b/doc/changelog/08-cli-tools/13876-coqc+no_multiple_files.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ `coqc` now enforces that at most a single `.v` file can be passed in
+ the command line. Support for multiple `.v` files in the form of
+ `coqc f1.v f2.v` didn't properly work in 8.13, tho it was accepted.
+ (`#13876 <https://github.com/coq/coq/pull/13876>`_,
+ by Emilio Jesus Gallego Arias).