From 36a54c1d891c6d853a218e66f9ce8f011311c855 Mon Sep 17 00:00:00 2001 From: Olivier Laurent Date: Thu, 24 Dec 2020 13:02:23 +0100 Subject: add changelog --- doc/changelog/10-standard-library/13671-Vector_to_list.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changelog/10-standard-library/13671-Vector_to_list.rst (limited to 'doc') 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 `_, + by Olivier Laurent). -- cgit v1.2.3 From e38f64e024c94ad188e186506356980534ab604b Mon Sep 17 00:00:00 2001 From: Olivier Laurent Date: Mon, 28 Dec 2020 19:14:13 +0100 Subject: correct changelog #13582 --- doc/changelog/10-standard-library/13582-exp_ineq.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') 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 `_, - by Avi Shinnar and Barry Trager, with help from Laurent Théry - -). + by Avi Shinnar and Barry Trager, with help from Laurent Théry). -- cgit v1.2.3