aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2019-09-17 08:00:35 +0200
committerMaxime Dénès2019-09-17 08:00:35 +0200
commit73b9794cc21e9fe932d5be9836fe1c53659ba717 (patch)
tree341c0e48158cd4a732751c6aed00c9c864dbff52
parenta5fde0dec78e7d9f1747a43ac3805a32490e57e5 (diff)
Add changelog entry
-rw-r--r--doc/changelog/07-commands-and-options/10476-fix-export.rst5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 0000000000..ba71e1c337
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/10476-fix-export.rst
@@ -0,0 +1,5 @@
+- 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
+ `Import A B`, the import of `B` was sometimes incomplete.
+ (`#10476 <https://github.com/coq/coq/pull/10476>`_, by Maxime Dénès).