aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/08-tools/11851-coqc-flags-fix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/08-tools/11851-coqc-flags-fix.rst')
-rw-r--r--doc/changelog/08-tools/11851-coqc-flags-fix.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/11851-coqc-flags-fix.rst b/doc/changelog/08-tools/11851-coqc-flags-fix.rst
new file mode 100644
index 0000000000..a07e48d2d8
--- /dev/null
+++ b/doc/changelog/08-tools/11851-coqc-flags-fix.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ The order in which the require/load flags `-l`, `-ri`, `-re`, `-rfrom`, etc.
+ and the option set flags `-set`, `-unset` are processed have been reversed.
+ In the new behavior, require/load flags are processed before option flags.
+ (`#11851 <https://github.com/coq/coq/pull/11851>`_,
+ by Lasse Blaauwbroek).