aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/changes.rst
diff options
context:
space:
mode:
authorVincent Laporte2019-05-13 13:26:34 +0000
committerVincent Laporte2019-05-13 13:26:34 +0000
commit9f11eeefc204bdad029b66f30bc6c52377af63ae (patch)
treef6fe5b471871383973fc1adf1cee180ef6a35128 /doc/sphinx/changes.rst
parent34fbc9cc6b30fc8e7dc2bd37756d5ede29074de0 (diff)
parent60e976a627b213445443952342a8eec7193d9b85 (diff)
Merge PR #10085: Do not include unreleased changelog in released versions.
Ack-by: SkySkimmer Ack-by: Zimmi48 Ack-by: jfehrle Reviewed-by: vbgl
Diffstat (limited to 'doc/sphinx/changes.rst')
-rw-r--r--doc/sphinx/changes.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst
index 5704587ae0..574b943a78 100644
--- a/doc/sphinx/changes.rst
+++ b/doc/sphinx/changes.rst
@@ -2,7 +2,9 @@
Recent changes
--------------
-.. include:: ../unreleased.rst
+.. ifconfig:: not coq_config.is_a_released_version
+
+ .. include:: ../unreleased.rst
Version 8.10
------------