aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/10476-fix-export.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/07-commands-and-options/10476-fix-export.rst')
-rw-r--r--doc/changelog/07-commands-and-options/10476-fix-export.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/changelog/07-commands-and-options/10476-fix-export.rst b/doc/changelog/07-commands-and-options/10476-fix-export.rst
index ba71e1c337..af38008a88 100644
--- a/doc/changelog/07-commands-and-options/10476-fix-export.rst
+++ b/doc/changelog/07-commands-and-options/10476-fix-export.rst
@@ -1,5 +1,6 @@
-- Fix two bugs in `Export`. This can have an impact on the behavior of the
- `Import` command on libraries. `Import A` when `A` imports `B` which exports
- `C` was importing `C`, whereas `Import` is not transitive. Also, after
+- **Fixed:**
+ Two bugs in :cmd:`Export`. This can have an impact on the behavior of the
+ :cmd:`Import` command on libraries. `Import A` when `A` imports `B` which exports
+ `C` was importing `C`, whereas :cmd:`Import` is not transitive. Also, after
`Import A B`, the import of `B` was sometimes incomplete.
(`#10476 <https://github.com/coq/coq/pull/10476>`_, by Maxime Dénès).