aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYishuai Li2020-01-06 11:23:07 -0500
committerYishuai Li2020-01-06 11:27:28 -0500
commitb71c0f9559a6c92029e797c3ab3620a51a85c2b5 (patch)
tree7ea970eddf7cde3373e5f5c492e737e77a5e2749 /doc
parent95124216fba92f75e0aef97f4c0003eeb8689557 (diff)
stdlib List: add [remove'] and [count_occ']
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/11350-list.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11350-list.rst b/doc/changelog/10-standard-library/11350-list.rst
new file mode 100644
index 0000000000..52c2517161
--- /dev/null
+++ b/doc/changelog/10-standard-library/11350-list.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ ``remove'`` and ``count_occ'`` over lists,
+ alternatives to ``remove`` and ``count_occ`` based on ``filter``
+ (`#11350 <https://github.com/coq/coq/pull/11350>`_,
+ by Yishuai Li).