aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/11081-native-cleanup.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/11081-native-cleanup.rst b/doc/changelog/01-kernel/11081-native-cleanup.rst
new file mode 100644
index 0000000000..b3e3a78b96
--- /dev/null
+++ b/doc/changelog/01-kernel/11081-native-cleanup.rst
@@ -0,0 +1,4 @@
+- **Changed:** the native compilation (:tacn:`native_compute`) now
+ creates a directory to contain temporary files instead of putting
+ them in the root of the system temporary directory. (`#11081
+ <https://github.com/coq/coq/pull/11081>`_, by Gaƫtan Gilbert).