aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/13582-exp_ineq.rst4
-rw-r--r--doc/changelog/10-standard-library/13671-Vector_to_list.rst4
-rw-r--r--doc/changelog/10-standard-library/13804-count_occ.rst4
3 files changed, 9 insertions, 3 deletions
diff --git a/doc/changelog/10-standard-library/13582-exp_ineq.rst b/doc/changelog/10-standard-library/13582-exp_ineq.rst
index 27d89b2f8b..ff4e8db8b0 100644
--- a/doc/changelog/10-standard-library/13582-exp_ineq.rst
+++ b/doc/changelog/10-standard-library/13582-exp_ineq.rst
@@ -4,6 +4,4 @@
Adds exp_ineq1_le, which holds for all reals (but is a <= instead of a <).
(`#13582 <https://github.com/coq/coq/pull/13582>`_,
- by Avi Shinnar and Barry Trager, with help from Laurent Théry
-
-).
+ by Avi Shinnar and Barry Trager, with help from Laurent Théry).
diff --git a/doc/changelog/10-standard-library/13671-Vector_to_list.rst b/doc/changelog/10-standard-library/13671-Vector_to_list.rst
new file mode 100644
index 0000000000..e8404f0c93
--- /dev/null
+++ b/doc/changelog/10-standard-library/13671-Vector_to_list.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ Lemmas about vectors related with ``to_list``: ``length_to_list``, ``of_list_to_list_opp``, ``to_list_nil``, ``to_list_cons``, ``to_list_hd``, ``to_list_last``, ``to_list_const``, ``to_list_nth_order``, ``to_list_tl``, ``to_list_append``, ``to_list_rev_append_tail``, ``to_list_rev_append``, ``to_list_rev``, ``to_list_map``, ``to_list_fold_left``, ``to_list_fold_right``, ``to_list_Forall``, ``to_list_Exists``, ``to_list_In``, ``to_list_Forall2``
+ (`#13671 <https://github.com/coq/coq/pull/13671>`_,
+ by Olivier Laurent).
diff --git a/doc/changelog/10-standard-library/13804-count_occ.rst b/doc/changelog/10-standard-library/13804-count_occ.rst
new file mode 100644
index 0000000000..9354b219d8
--- /dev/null
+++ b/doc/changelog/10-standard-library/13804-count_occ.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ Lemmas about ``count_occ``: ``count_occ_app``, ``count_occ_elt_eq``, ``count_occ_elt_neq``, ``count_occ_bound``, ``count_occ_repeat_eq``, ``count_occ_repeat_neq``, ``count_occ_unique``, ``count_occ_repeat_excl``, ``count_occ_sgt``, ``Permutation_count_occ``
+ (`#13804 <https://github.com/coq/coq/pull/13804>`_,
+ by Olivier Laurent with help of Jean-Christophe Léchenet).