From 2f57090a48768f5cdc386110b0d21a620fe67d05 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 20 Mar 2019 17:01:56 +0000 Subject: [stdlib] Remove deprecated module Zlogarithm --- doc/changelog/10-standard-library/09811-remove-zlogarithm.rst | 3 +++ doc/stdlib/index-list.html.template | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/changelog/10-standard-library/09811-remove-zlogarithm.rst (limited to 'doc') diff --git a/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst b/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst new file mode 100644 index 0000000000..3533764964 --- /dev/null +++ b/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst @@ -0,0 +1,3 @@ +- Removes deprecated module `Coq.ZArith.Zlogarithm` + (#9881 + by Vincent Laporte). diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index a561de1d0c..8d481b7f03 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -188,7 +188,6 @@ through the Require Import command.

theories/ZArith/Zdiv.v theories/ZArith/Zquot.v theories/ZArith/Zeuclid.v - theories/ZArith/Zlogarithm.v (theories/ZArith/ZArith.v) theories/ZArith/Zgcd_alt.v theories/ZArith/Zwf.v -- cgit v1.2.3 From 56cc02a39a52485a732b3dc443e102a3511f8021 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 21 Mar 2019 15:59:52 +0000 Subject: [stdlib] Remove deprecated module Zsqrt_compat --- doc/changelog/10-standard-library/09811-remove-zlogarithm.rst | 3 ++- doc/stdlib/index-list.html.template | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst b/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst index 3533764964..ab625b9e03 100644 --- a/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst +++ b/doc/changelog/10-standard-library/09811-remove-zlogarithm.rst @@ -1,3 +1,4 @@ -- Removes deprecated module `Coq.ZArith.Zlogarithm` +- Removes deprecated modules `Coq.ZArith.Zlogarithm` + and `Coq.ZArith.Zsqrt_compat` (#9881 by Vincent Laporte). diff --git a/doc/stdlib/index-list.html.template b/doc/stdlib/index-list.html.template index 8d481b7f03..8b5ede7036 100644 --- a/doc/stdlib/index-list.html.template +++ b/doc/stdlib/index-list.html.template @@ -181,7 +181,6 @@ through the Require Import command.

theories/ZArith/Zhints.v (theories/ZArith/ZArith_base.v) theories/ZArith/Zcomplements.v - theories/ZArith/Zsqrt_compat.v theories/ZArith/Zpow_def.v theories/ZArith/Zpow_alt.v theories/ZArith/Zpower.v -- cgit v1.2.3