aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-02-17 22:27:29 +0100
committerHugo Herbelin2020-02-17 22:27:29 +0100
commitfdcfe8b75be809fcce231a69cb756e1e23d50f93 (patch)
tree8d7eba510bdbbe13173263de5714a5dd77b7e084 /doc
parentc51323a3cf1f4bb4c1ec170e3a1acfc6f5b1696b (diff)
parentb71c0f9559a6c92029e797c3ab3620a51a85c2b5 (diff)
Merge PR #11350: stdlib List: add [remove'] and [count_occ'] that use [filter]
Reviewed-by: anton-trunov
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).